Book a Demo

Author Topic: Diagram filters - Tagged Values of type RefGUIDList  (Read 3257 times)

masc

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Diagram filters - Tagged Values of type RefGUIDList
« on: March 12, 2019, 07:18:15 pm »
I have created a tagged value 'Variant' of type "RefGUIDList" for some elements:
   Type=RefGUIDList;
   Values=Class;
   Stereotypes=myMDG::Variants;
Assignment of multiple values for this tagged value to any element works fine.

Now I like apply a diagram filter to this tagged value. For the filter I chose:
  Active Filter Set: 'TagValue'
  Property 'contains' "Variant" (<- name of my tagged value)
  Value 'contains' "Variant_1" (<- one value of my tagged value)

Unfortunately nothing is highlighted in the diagram.

Any hints?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Diagram filters - Tagged Values of type RefGUIDList
« Reply #1 on: March 12, 2019, 08:06:35 pm »
The value of the tagged value contains GUID's, not names of elements.

I guess it could work if you use the elements GUID rather than it's name.

Geert

masc

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Diagram filters - Tagged Values of type RefGUIDList
« Reply #2 on: March 12, 2019, 08:22:42 pm »
I guess it could work if you use the elements GUID rather than it's name.

That's it. Thanks.