Home › Forums › eaDocX queries › Excel tagged values
Home › Forums › eaDocX queries › Excel tagged values
- This topic has 7 replies, 2 voices, and was last updated 11 years, 1 month ago by Adrian Support.
-
AuthorPosts
-
22 October 2013 at 5:19 pm #7102DavidParticipant
I can not find a way to get inherited tagged values into Excel. Any ideas?
Here is my scenario:
1) Create a model that has parts classified to classes. (i.e. blueCar:Car)
2) Add a tagged value to the class Car called “Weight”. Set its value to 10000 lb.
3) Export all parts from the package into Excel. Ask for the a tagged value “Weight”.The value for Weight will be blank. This is because there is no way to ask for the inherited value of the tagged value.
Does anybody know of a work around?
22 October 2013 at 7:37 pm #7103Adrian SupportParticipantHi
I’ve looked at your example and you are correct that when you inherit tagged values into objects, until the objects create their own values for the tagged value items, they remain blank. Of course if you set a value in the instance it will be displayed.
At present we don’t have a “switch” to check for and output inherited values. If we did I am assume the requirement would be to
IF present then output the local tagged value i.e. element has a tagged value of that name set
IFNOT and there is an inherited tagged value with the relevant name output its value.
Is this what you would like to see?Of course I’m assuming that there aren’t some use cases in which there could be multiple inherited tagged values (!!!)
If so I can add to the wish list – however at present I can’t see a quick workaround.
eaDocX Support
22 October 2013 at 8:02 pm #7104DavidParticipantOne work around is to let me run a SQL statement from Excel without filtering the data I get back. With a SQL I can ask for the Tagged values of the classifiers. The problem I have is if I have multiple parts pointing to the same class, the CLASSGUID filters out the duplicates (the two parts that point to the same value).
For example, the SQL
SELECT t_objectproperties.ea_guid AS CLASSGUID, aPart.Name, aPart.Object_Type, aCls.Name, t_objectproperties.Property, t_objectproperties.Value
FROM (t_object AS aCls INNER JOIN (t_package AS aPack INNER JOIN t_object AS aPart ON aPack.Package_ID = aPart.Package_ID) ON aCls.ea_guid = aPart.PDATA1) INNER JOIN t_objectproperties ON aCls.Object_ID = t_objectproperties.Object_ID
WHERE ((aPack.ea_guid)=’‘) AND (
(t_objectproperties.Property=’Power’) OR
(t_objectproperties.Property=’Weight’) OR
(t_objectproperties.Property=’Cost’))Will return the tagged value property and result(value). The Excel filter will not let me do this. It expects an
- This reply was modified 11 years, 1 month ago by David.
22 October 2013 at 8:14 pm #7106Adrian SupportParticipantHi
Thanks for this info – using SQL provides the flexibility but as we have seen on this forum there are some issues.
I had a look at supporting inherited tagged values and looks like it shouldn’t be too much of an issue, a simple flag could be set (checkbox) and we could output inherited if no local tagged value.
however – how do we, or do we need to, indicate that the tagged value is local or inherited. Not sure if this is an issue or not.
In any case would need to check with the other guys here on their views.
Let me know your “ideal” requirement and I can see what we can do.
BR
22 October 2013 at 8:42 pm #7107DavidParticipantIf the rule is use the local if it is set and the inherited if the local is not set, I do not require a local/inherited flag. It would be nice to have this to debug/understand the model, but it would not be required.
22 October 2013 at 9:14 pm #7108Adrian SupportParticipantThanks – the reason to have a checkbox is to enable/disable the capability as it may not be required/wanted by all users.
We will discuss here and hopefully have something soon.
BR
23 October 2013 at 2:00 pm #7109DavidParticipantHaving a solution to this is very important. We are in the middle of a job and need to generate a nightly report that adds up the inherited values in the tagged values. The only way to do this right now is very manual. I found one query that gets us close to an answer. It gives the correct answer in EA. DocX seems to run a DISTINCT on the result which strips off the information we need. Here is the query that gives me a list of all of the parts and returns the CLASSGUID for the class that does have all of the correct tagged values:
SELECT aCls.ea_guid AS CLASSGUID, aPart.Name, aPart.Object_Type, aCls.Name
FROM t_object AS aCls INNER JOIN (t_package AS aPack INNER JOIN t_object AS aPart ON aPack.Package_ID = aPart.Package_ID) ON aCls.ea_guid = aPart.PDATA1
WHERE (((aPack.ea_guid)=’‘)); In “Find in Project” in EA I get the following results:
aPart.Name Object_Type aCls.Name
_____________________________________
part1Lt Part class1
part2Lt Part class2
part3Rt Part class2Notice that the last two entries will return the same CLASSGUID for class2. For some reason, DOCX will not show the tagged values for both of the class2 entries. In DocX I get the following:
ElementType Name TV1 TV2
________________________________
Class class1 25 30
Class class2 80 70Notice that I only received 1 class 2 result. This means that the duplicate CLASSGUID that DocX receives from the query is deleted from the results. Is it possible to allow the duplicate CLASSGUID to remain in the search result?
23 October 2013 at 3:37 pm #7110Adrian SupportParticipantHi
We’ve added support for inherited tagged values into a new release (v 3.3.14) which has just been uploaded on our site.
On the Columns tab there is an “Enable Inherited Tagged Values” checkbox. If set and the relevant tagged values are selected from the columns list you will see the inherited tagged values. Disabled they will not be shown.
This feature will work for the export from a package or diagram. It is not supported for single element outputs.
ALSO NOTE:
If you import from the spreadsheet that is produced eaXL will import to LOCAL tagged values – and will create them if not present so please be aware. eaXL is a powerful tool.
We hope that what we have added meets your requirements – please check with some test data and advise us.
Thanks
eaDocX support
-
AuthorPosts
- You must be logged in to reply to this topic.
Download a free trial
Download eaTeamWorks today for several free for life features, plus no obligation, 30-day trials of all the products: eaDocX, ea Revision Manager, eaSheets, Model Expert and PortfolioManager. Discover for yourself why we sell the world’s best-selling Enterprise Architect extension.
Download