Hi all,
Im having issues getting symbol data types to work in the tooltip functionality.
When attempting to display a view state in the tooltip that is stored as a symbol, the data type is undefined and the value isnt shown
Also, when attempting to display data from a value in a column that is stored as a symbol, I get the same issue.
The data for this canvas chart is the result of a virtual query where the meta data defines the column in question as column: 11 (symbol)
An example tooltip is below:
The types have been extracted using the typeOf funciton.
Note that usually name of x axis as symbol viewstate and values of other columns would not display, in the above example I have manually defined them.
Also note that numerical values from the virtual query are displaying fine.
Is there a way to convert symnbols to strings in the tooltip? Or is there a different data type in the virtual query that I should be using?
Thanks,
-Tom