Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
i guess you can do this.
in dimension you can try writing below expression
if(fieldname<=13,fieldname,'13+')