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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
ali_hijazi
Partner - Master II
Partner - Master II

Grouping field values on a chart

Hello I got a column in a dashboard called "Monthly Submission Offsets" with the below values

ali_hijazi_0-1707921872756.png

the user wants to see instead the following values:
ali_hijazi_1-1707921907687.png

so 01: < End Date -2, 02: End Date -2, 03: End Date -1, and 04: End Date would be replaced by 01: <= End Date and so on...

I know that it can be made in the script but the situation now is that we need to do it at the level of UI
Kindly advise

 

I can walk on water when it freezes
Labels (1)
2 Replies
Vegar
MVP
MVP

You can create a master dimension where you use an nested if statement 

If(left([Monthly Submission Offsets],2)<0, '01: <= Enddate', if(...if(...etc))))

ali_hijazi
Partner - Master II
Partner - Master II
Author

let me try it cause I'm using an aggr to exclude other various values
it's a calculated dimension
hope selections won't cumbersome display of filters at the top

I can walk on water when it freezes