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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
teobt14
Contributor
Contributor

grouping

Hi there,

I want to group more records, for example I have a Safety Stock Level fields with the following records: 4,60, 100, 200 etc.

I want make a new group to include 4 and 60 and name it <100. Then I want to put all records in a pivot table.

How do I do that?

Thank you in advance!

Labels (1)
1 Reply
abhijitnalekar
Specialist II
Specialist II

Hi @teobt14,

You can simply create a field on script level or create a variable like below

if(filed<100,'<100','>100') as Group 

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!