Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jami

Pages: [1] 2 3
1
Can you suggest how to extract a hardcoded diagram from this query and use this query for each diagram that is in the package indicated in ModelDocumet? Just click on it in the template section and insert the snippet there?

2
Works!  :)
Thank you very much!
Now I will try with what you wrote in terms of pointing to the diagram in the query.

3
Thank you very much for your answer, the SQL query has been prepared, it works in the search engine and in the database, but when placed in the fragment in the template, messages appear regarding either incorrect ' " or "invalid column name 'Activity'" characters.

Do you have any ideas for the above? I tried every way I know :)

Below is the query:

SELECT t_object.Object_ID AS "Numer początkowy",
       t_object.Name AS "'Nazwa",
       t_object.Note AS "Opis",
       t_diagramobjects.Sequence AS "Kolejność"
FROM t_object
JOIN t_diagramobjects ON t_object.Object_ID = t_diagramobjects.Object_ID
WHERE t_object.Object_Type = 'Activity'
  AND t_diagramobjects.Diagram_ID = '38096'
ORDER BY t_diagramobjects.Sequence;

The above query has been pasted into the fragment settings, and the fragment is used in the appropriate template

Fragment:
custom >
{Numer początkowy}
{Nazwa}
{Opis}
{Kolejność}
< custom




Database: PostgreSQL
EA version: 16.1

4
Hi, unfortunately I haven't found a solution, that's why I'm writing here.

I was required to generate, based on process models, a process card containing, among others, a list of activities in the process in the form of a table: name, description of the activity, other assigned features.

However, after developing the template, EA generates in the table, in addition to the activities, also tracks and pools, which I do not want to have in this table. When I turn on the filter that skips them, EA skips them so much that the template does not access them in the browser and does not generate activity.

The second requirement concerns the order of activity. We have ZOrder in the database, but can I extract it to generate activities in Word?

How can I solve this? I will be grateful for your tips.

5
General Board / Re: Tagged Values ​​- strange sections "from ..."
« on: August 18, 2022, 11:40:38 pm »
There must be some kind of relationship between these elements.
I find the traceability view to be often quite useful in these situations.
Make sure to show all relations in the options of this view.

Geert

I did a thorough trace verification, unfortunately I did not find any relationship between these components. I also launched "Project Integrity" - it didn't help either. I will be looking for these relations from the database level. Unfortunately, the case does not seem trivial.

Thank you for all your help, if I can figure out something - I'll let you know.

6
General Board / Re: Tagged Values ​​- strange sections "from ..."
« on: August 18, 2022, 09:20:10 pm »

On the project browser, select one of the components and press Ctr-L to show the classifier dialog.

I have tried this option and unfortunately this is not it. I think we maybe don't understand each other or the solution is somewhere else.

When I select Ctrl + L on this component, no classifier is selected and yet it has taggedValues from several other repository items (not just components).

7
General Board / Re: Tagged Values ​​- strange sections "from ..."
« on: August 18, 2022, 07:57:57 pm »
[SNIP]
If they come from a classifier, do they have to be instances?
The relationship between the classifier and whatever it classifies is not visually modelled.

Thx. Can I somehow delete this relationship? I can't find it anywhere.

Components are used by many users and these relations were probably created by accident, I try to figure out how they were created and how to get rid of them.

8
General Board / Re: Tagged Values ​​- strange sections "from ..."
« on: August 18, 2022, 07:41:42 pm »
Without verifying: it might come from a classifier. That has no relation.

q.

If they come from a classifier, do they have to be instances?
I added one component as instance and in taggedValue it is clear that it is and it actually inherits the tags.

My components are not instances.


9
General Board / Re: Tagged Values ​​- strange sections "from ..."
« on: August 18, 2022, 01:06:29 am »
But how did it appear if there is no relation between these objects and how can I get rid of it?

10
General Board / Tagged Values ​​- strange sections "from ..."
« on: August 17, 2022, 09:26:25 pm »
Hi,
I am writing on the forum because I have already checked all possibilities myself, I do not know what it can be :)

I manage the application portfolio in the database repository.
Each application has a set of taggedValues ​​that describe its technical characteristics.
With many components, apart from their characteristics, taggedValues ​​of other items from the repository appeared. It was like a division into sections that can be hidden and shown. Each of them is named "from: item name".
Interestingly, these elements are in no way related to each other by any relationship. I also searched the database and each component has only the TaggedValues ​​it should have, while in the EA tool, tags of other objects are visible next to these components. Some have several of them, sometimes in this section of a component I see tags that do not exist for other elements.

Do you have any idea how to remove these connections? Where are these tags coming from?


11
Thank you very much for your quick answer  :)

12
General Board / Generate Sequence Diagram - BasicPath diagram name
« on: May 18, 2022, 11:40:27 pm »
Hi,
How can I set the name of the generated sequence diagram from the UC main scenario to match the name of the UC and not all the diagrams are named BasicPath?
EA takes this name from the scenario type, not its name. Can this be changed somewhere?

Except for manual renaming? :)

13
General Board / Re: Hiding models and managing users
« on: April 01, 2022, 09:50:17 pm »
Hi,
I am continuing this thread as a new point has arisen.

I have a problem with the "Hide for other groups" option.
I have the repository configured in such a way that each RootNode has its own user group (integrated with AD). Each RootNode is set to "Hide for other groups" so that external workers cannot see other models. Internal employees are added to each group so they can see the entire repository.

The above configuration works in the company's network on form computers. However, if an external employee connects via a transfer station (he has a company account on it), EA does not import his data from AD, I have to add him to the group manually in EA and, interestingly, the "Hide for other groups" option does not work - he can see everything. If it connects to our company's computer - the models are hidden.

This raises a problem because I will have to set up a separate repository to hide some of the models. Is it possible to somehow configure it without building a separate repository?

I will be grateful for your help.

14
General Board / Re: TaggedValues - Audit Report
« on: March 23, 2022, 09:03:17 pm »
Hi. I am reminded of the topic. The audit log contains changes in tags, but if I want to generate them for a document (template) - there is no such possibility. Am I doing something wrong and there is such an option?

15
General Board / TaggedValues - Audit Report
« on: December 22, 2021, 12:17:24 am »
Hi,
How can I generate a report with changes in tag values? The default audit report generates only changes to notes, statuses, etc..

Pages: [1] 2 3