HI All,
Can we add help message icon on charts in Qliksense, i know in Qlikview its possible do we have anything similar to that in Qliksense.
Add the chart to the master item, and add the help message to the description to the chart.
Make sure on the chart property, General tab, turn on the Show details.
In the view mode of the chart, the icon i will be displayed. Click on the icon to show the description
Hi,
You can use calculated condition to display the custom message in charts.
For example:
If(Count(EmpID)<0,'Any Message',Count(EmpID))
Thanks,
@Usama no like this..require is an icon or anything present on chart and when its clicked a message box opens up with a message.
Then you can use tooltip for Custom message display.
Add the chart to the master item, and add the help message to the description to the chart.
Make sure on the chart property, General tab, turn on the Show details.
In the view mode of the chart, the icon i will be displayed. Click on the icon to show the description