Book a Demo

Author Topic: Tag size  (Read 3664 times)

catriona

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Tag size
« on: November 02, 2012, 07:18:34 pm »
Hi,

Is it possible to increase the number of characters tags can hold?

I am creating a logical class data model and wish to enrich the attribute details with specific tags to give me flexible reporting capabilities. Right now I often have to put the information across several tags as a single tag doesn't have the capacity. It would be great if this was a variable as I could just increase the length.

Hope someone can help! Many thanks,
Catriona

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Tag size
« Reply #1 on: November 03, 2012, 02:51:07 am »
If you're using a RDBMS you can simply modify the schema for t_objectproperties (element tags) and t_*tag (the other tagged values) tables. AFAIR EA itself can handle more than the 255 chars allowed per default.

q.

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: Tag size
« Reply #2 on: November 05, 2012, 09:44:24 am »
The Sparx Team
[email protected]

RoyC

  • EA Administrator
  • EA Practitioner
  • *****
  • Posts: 1297
  • Karma: +21/-4
  • Read The Help!
    • View Profile
Re: Tag size
« Reply #3 on: November 05, 2012, 09:47:40 am »
Use or define tags of type=memo, so that you can type the value of the tag in the Tagged Value Notes field, without any effective limit on the number of characters.

Edit: Hah! Neil beat me to it!
« Last Edit: November 05, 2012, 09:48:28 am by RoyC »
Best Regards, Roy

catriona

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Re: Tag size
« Reply #4 on: November 08, 2012, 04:47:08 am »
That's great - I have success! Many thanks for your help.

Regards,
Catriona
 :)