How do I show the history of tags in table? The tags will be selected from the tag browser tree. I have I tried to use the tagbrowser.props.selection.values and use this in the table tag history binding tag path. Any feedback would be appreciated. Thank you.
You will need to construct an intermediate custom property that contains a list of objects in precisely the format documented for the expression mode in a history binding.
The typical approach would be to use a property binding to the browse tree and a transform to yield the appropriate format.
1 Like
Thank you, I was able to make it work. But now I am running into problem with the number of columns. Table will only work if I select specific numbers of columns. How do I set up so that I can select one tag or several in tag browser.
