Hi, I want to add tag value in multi state indicator state. I have 2 states where I need to merge tag value with text. I am browsing the solution but I am not able find.
If anybody have the solution , Please let me know.
Hi, I want to add tag value in multi state indicator state. I have 2 states where I need to merge tag value with text. I am browsing the solution but I am not able find.
If anybody have the solution , Please let me know.
If the tag is indirect, first make that binding to a custom property. Then make an expression binding to concatenate your text and your tag. Perhaps using the numberFormat()
or stringFormat()
expression functions.