Adding a Tag to a column (but not removing existing tags)
Normally when using Tags I just want to add it to a column. Adding one like this, however ... dtTag:my_column << Set Property( Tags, {"New Tag"} ); ... will overwrite any existing tags that the column already has. Is there a way to easily add a tag in JSL in a way that does not remove any existing tags? I could first get column tags and then modify the list of tags I assign, but want to know if ...
jay_holavarri