Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
renuka_sasikumar
Creator III
Creator III

Cyclic or Drill Down group

Hi,

I have a chart which has Top Selling product, now I want to create Bottom selling product in the same chart using cyclic or drill down group.

Can anyone help me wid this.Top.jpg

4 Replies
MK_QSL
MVP
MVP

You can create a new Cyclic Group for TOP 10 and Bottom 10 Customers like below..

For TOP 10 :

IF(Aggr(Rank(SUM(Sales)),Customer)<=10, Customer)

For BOTTOM 10 :

IF(Aggr(Rank(-SUM(Sales)),Customer)<=10, Customer)

Now create a straight table

Use this CycliGroup as Dimension

Tick Supress When Value is Null

Expression:

SUM(Sales)

NOTE : Replace Customer with Brand/Product/Country as per your requirement for above Calculated Dimensions..

Hope this help...

Not applicable

Try some thing like.going expressions write two expressions for top and bottom and then.going expression make group.

1)Create expression for top  2)expression for bottom then --->click on second expression then

   ----->find the group property---cyclic will come.

hope helps you

regards

Mahesh T

Not applicable

try this thing in backend then u can use this in Dimensions

aveeeeeee7en
Specialist III
Specialist III

Hi Renuka

Use Button object to Show Top/Bottom Selling Product instead of showing it with Cyclic/Drill-down Approach.

It's very useful.

Refer the Attached Samples.

Regards

Aviral