Intent: I wish to represent all values within a tag-attribute in the Billboard widget
Question: What NRQL query should I write to split the values within a multi attribute tag. Example:
Synthetic 1 tag: ‘Brand: X, Brand: Y, Brand: Z’
Synthetic 2 tag: ‘Brand: A, Brand: X’
Synthetic 3 tag: ‘Brand: Z, Brand: X, Brand: Y’
Currently the values for Brand tag are stored like this:
X | Y | Z
A | X
Z | X | Y
I wish to split the pipe separated values, find the unique values and display it on the widget i.e. Widget displays
X
Y
Z
A