Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rupaliqlik
Partner - Creator
Partner - Creator

Plant wise Top 3 Products or can we show threshold to show N number of products

Hi Folks,

Below I am showing Plant wise Top 3 products .My user asked me to make this chart attractive.

Can I user other chart or to show different visualization for below requirement.Also is there any wany to give them choosing option like top 5 ,top 10

I am very poor in visualization.

Stack Dimension:  Plant

Bars : Material Name

Measure:  Sum([FF&P_QTY])

rupaliqlik_0-1634532500999.png

 

Best Regards,

Rupali

@sunny_talwar @jagan  @abhijitnalekar @ kaushik.solanki ,@

7 Replies
abhijitnalekar
Specialist II
Specialist II

Hi @rupaliqlik,

We can give able to give them the option to choose the top n. 

Can you please share the sample data?

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!
rupaliqlik
Partner - Creator
Partner - Creator
Author

Hi Abhijeet,

Please find attached dump.

Best Regards,

Rupali Ethape

abhijitnalekar
Specialist II
Specialist II

Hi @rupaliqlik ,

Please find attached QVF.

Personally, I feel Stack bar would be the best solution in your scenario. 

The attached QVF has a way to change the TOP N value in the chart. 

Hope this helps you.

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!
rupaliqlik
Partner - Creator
Partner - Creator
Author

It is not allowing to import.

Can you share image here of your visualization

rupaliqlik_1-1634565205205.png

 

abhijitnalekar
Specialist II
Specialist II

abhijitnalekar_0-1634565114085.png

 

abhijitnalekar_1-1634565139907.png

 

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!
rupaliqlik
Partner - Creator
Partner - Creator
Author

how did you added that mechanism to enter number and according to that user can see Top product and also how you adde that title,where to change for that title?In my case title is coming in big font

 

rupaliqlik_0-1634565889808.png

 

abhijitnalekar
Specialist II
Specialist II

=if(aggr(rank(Sum([FF&P QTY])), [MATERIAL NAME]) <= $(vTop), [MATERIAL NAME])

use above dimension expression  in the chart

 

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!