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: 
surajap123
Creator III
Creator III

limit rows in pivot table

Hi All,

I want to limit the no. of rows in the pivot table.

limit.JPG

Currently you can see there are 9 products. I want to show 4 products in each pivot table, ie. in first table i want to show A to D Product, in 2nd pivot table E to H Products details and in final table the remaining Product ie, J.

Please help

10 Replies
pradosh_thakur
Master II
Master II

what about

in table1

expression1= if(rowno()<=4,your expression)


in table 2

expression1= if(rowno()>4,your expression)

Learning never stops.