Dynamic tag addition

Hi,

Is it possible to dynamically add tags (while the application is running) to a easy chart component ?

Thanks
Francisco

yes, take a look at the tagpens dataset on the easy chart. this dataset. You would just need to add a row in that dataset for each tag that you want to add.

what diat said is correct, a script to add a row would work.

If you’re in 7.7+ you can utilize the tag browse tree which allows you to add pens based on your sql tags.

Thanks!