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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
shraddha_23
Partner - Creator
Partner - Creator

when Year cyclical view is selected display chart labels

When the year selection is 2 or less then the "Values on Data Points" should be active on the chart. If the year selection is more than 2 years (or no year selected) then the "Values on Data Points" should be inactive.

while using cyclic Group on Bar chart above condition apply for only Week or Month not for Year which is added in Cyclic group.


Labels (1)
3 Replies
sunny_talwar
MVP
MVP

Would you be able to share a sample and point out the issue within it?

shraddha_23
Partner - Creator
Partner - Creator
Author

Following attached qvw there are 2 year so

When the year selection is 1 or less then the "Values on Data Points" should be active on the chart. If the year selection is more than 1 years (or no year selected) then the "Values on Data Points" should be inactive.

while using cyclic Group on Bar chart above condition apply for only Week or Month not for Year which is added in Cyclic group.

sunny_talwar
MVP
MVP

Try this

=Count(TOTAL DISTINCT year) <=1 OR GetCurrentField([Time])  = 'year'