Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it possible to add description for table fields when user hover the mouse on chart that description should display.
Hi @jjustingkm
There is no native option to do that, but you can use Comments and Descriptions of your master dimensions and measures:
1 - Create a master dimension
2 - Create a master measure
3 - Create a table
4 - With the rigth button of mouse, click in Show Details
Bye!
Hi @jjustingkm
There is no native option to do that, but you can use Comments and Descriptions of your master dimensions and measures:
1 - Create a master dimension
2 - Create a master measure
3 - Create a table
4 - With the rigth button of mouse, click in Show Details
Bye!
You may try to add comments within the data-model, like:
Comment field | Qlik Cloud Help
Another attempt may to adjust the label for the dimension with an expression like:
= 'MyDimension' & chr(10) & 'My comment ...'