Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
ziabobaz
Creator III
Creator III

Class as Dimension in a straight table

Hi,

Although it's clear how to build a histogram using the CLASS function, I can't figure it out how to make a dimension using Class function in a straight table.


That's what I have now:

Screenshot_58.jpg

That's what I want to accomplish:


Screenshot_59.jpg


1 Solution

Accepted Solutions
ziabobaz
Creator III
Creator III
Author

I was in process of making a sample app for you when I realized the reason.

Yes, CLASS can be used as Dimension.

My problem was resolved by adding AGGR

=class( aggr ( Sum(Sales), [Customer] ), 0.05)

View solution in original post

5 Replies
sunny_talwar

Have you seen this:

Buckets

If you are still not able to figure it out, would you be able to share a sample where we might be able to help you out?

ziabobaz
Creator III
Creator III
Author

Yes, I have seen this.

I am able to replicate this on CHART, because CLASS is allowed to be used as DIMENSION on chart.

I am NOT able to replicate it in TABLE, because CLASS is not allowed to be used as DIMENSION in table.

My question is a general one: is it a limitation of QlikSense?

sunny_talwar

I have never tried this in Qlik Sense table, but I would not think that it won't work. Can you share a sample where this isn't working?

ziabobaz
Creator III
Creator III
Author

I was in process of making a sample app for you when I realized the reason.

Yes, CLASS can be used as Dimension.

My problem was resolved by adding AGGR

=class( aggr ( Sum(Sales), [Customer] ), 0.05)

sunny_talwar

Super