Book a Demo

Author Topic: Is there a way to hide certain tags of a classifier?  (Read 2879 times)

mse

  • EA User
  • **
  • Posts: 308
  • Karma: +1/-0
    • View Profile
Is there a way to hide certain tags of a classifier?
« on: May 09, 2024, 02:07:45 am »
I added a tag to a Requirement classifier and decided to show the Tags compartment on a diagram. The diagram shows:

Code: [Select]
+-------------------------------+
| <<block>> b1                  |
+-------------------------------+
| API-ID="21027"                |
| id="123"                      |
| text="The system shall work." |
+-------------------------------+


Is there a way to make it just show the following?

Code: [Select]
+-------------------------------+
|<<block>> b1                   |
+-------------------------------+
|id="123"                       |
|text="The system shall work."  |
+-------------------------------+
« Last Edit: May 09, 2024, 02:13:14 am by mse »

Takeshi K

  • EA User
  • **
  • Posts: 632
  • Karma: +43/-1
    • View Profile
    • Sparx Systems Japan
Re: Is there a way to hide certain tags of a classifier?
« Reply #1 on: May 09, 2024, 08:51:47 am »
The following might be help:

1. double-click the background of the target diagram to show the Properties dialog
2. open the Fetures group
3. enter 'API-ID' into the 'Tag Names' editbox

HTH,
--
t-kouno

mse

  • EA User
  • **
  • Posts: 308
  • Karma: +1/-0
    • View Profile
Re: Is there a way to hide certain tags of a classifier?
« Reply #2 on: May 09, 2024, 04:17:42 pm »
That worked perfectly, thank you!  :D