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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Gridchart Axis Headings

I have a gridchart with the Y Axis headings populated by 0 through to 13 as per the result of a calculation.

However, I would like to show 13+ rather than 13.

Am I able to do this?

Labels (1)
1 Reply
Not applicable
Author

i guess you can do this.

in dimension you can try writing below expression

if(fieldname<=13,fieldname,'13+')