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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
tulasiram_bitra
Creator
Creator

How to show one column into 2 sub columns in pivot table ?

Hi Friends,

I would like to show one column into two sub columns in pivot table. How can i show , please help me to do this.

Please find the attached image to get better idea.

3 Replies
Anonymous
Not applicable

I am assuming PRG contains numeric values:

at script level you can define this subfield and then in Pivot table slicing feature you can show it:

Script level:

if(PRG>0 and PRG<=750,'<=750','>750') as PRG_Subfield

Hope this will help.

tulasiram_bitra
Creator
Creator
Author

Hi ,

I have done in script level. Now I have 2 fileds like <=750 ton and >750 ton.

Now how can i show these like above image.

Anonymous
Not applicable

See the attachment.