Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Possibility to show only values on date point when zoomed in?

Hi all,

Is it possible to show only the values on data point when zoomed in as they will be overlapping in case of multiple bars in a small chart window.

Regards,

Rishi

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

In your chart, first unchek the 'Values on Data Points' option. (Right Click on the Chart, Properties / "Expressions" Tab).
Then, in the "Expressions" Tab, click on the "+" symbol near the expressions you want to hide labels.

All you need to do is to define a expression of the "Show Value" attribute expression.
When the value of this expression is equal to Zero, no value labels are displayed on the chart, in other cases, values are displayed.

For example if you enter the following expressions :

=(GetSelectedCount([Date])<5)

You will only display value when less than 4 dates are selected

Hope it helps

Best regards



View solution in original post

2 Replies
Not applicable
Author

Hi,

In your chart, first unchek the 'Values on Data Points' option. (Right Click on the Chart, Properties / "Expressions" Tab).
Then, in the "Expressions" Tab, click on the "+" symbol near the expressions you want to hide labels.

All you need to do is to define a expression of the "Show Value" attribute expression.
When the value of this expression is equal to Zero, no value labels are displayed on the chart, in other cases, values are displayed.

For example if you enter the following expressions :

=(GetSelectedCount([Date])<5)

You will only display value when less than 4 dates are selected

Hope it helps

Best regards



Not applicable
Author

Hi Bertrand,

This works great!

Regards,

Rishi