Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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!

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!