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: 
Paco
Contributor
Contributor

second most repeated value

HELLO,

I am creating a table on my board. I need to create three columns with the 3 dimensions that best suit.

I need this:

Categorycountcategory(most repeated)Category(second more repeated)Category(third
more repeated)
Fruit200applesorangesstrawberries

 

I am getting the following:

Categorycountcategory(most repeated)Category(second more repeated)Category(third
more repeated)
Fruit150apples--
Fruit40-oranges-
Fruit10--strawberries

 

Thanks!

6 Replies
sunny_talwar

Where and how are you creating this? Can you share Script/expression you are using?

Paco
Contributor
Contributor
Author

 

in summary, the load is:

 

LOAD

ID,

CATEGORY,

FRUIT

FROM QVD FILE

sunny_talwar

Okay, but where do you perform this transformation which doesn't work for you?

Paco
Contributor
Contributor
Author

in the dashboard display. creating a chart table

Paco
Contributor
Contributor
Author

up

sunny_talwar

I don't think you are answering what I am looking for, would you be able to share a sample to help you better here?