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: 
Not applicable

chart dimension limit

Hi All,

I'm having a bar chart in which dimension is drill-down group of Month(in MMM-YYYY format) ->customer name.

User will select start and end date then the chart will display information between selected dates.

Here I have to display top 10 customer details. For this I used dimension limit where I limited it to 11. its displaying top 10 records and rest records are displayed as others.

Here the problem is when start and end date difference is more. The first dimension which is Month might have more than 10 values so dimension limit is applied on Month as well as customer. But I want this limit to be present only on customer name not on date.


Is there any way to achieve this?

Thanks,

Kavita

3 Replies
shane_spencer
Specialist
Specialist

Why not just have 2 seperate charts in a container and switch between the two, that seems more practical that a drill down group.

Not applicable
Author

Use a calculated dimension with aggr (rank...... <=10

Not applicable
Author

Hi Ramkumar,

Thanks for the reply.

Could you please explain what that calculated dimension does and give the complete expression?