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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Fq95
Contributor III
Contributor III

Help Needed on Qlik Sense Expression for Dynamic Dimension in Bar Chart

I am currently facing an issue with a Qlik Sense expression used in a bar chart to display the top 15 products with the highest revenue growth. The expression is as follows:

 
Aggr( if( rank( SUM({<Date = {"$(='>=' & Date($(vDateMaxLimit), 'YYYY-MM-DD')& '<=' & Date(Max(Date), 'YYYY-MM-DD')"} ,MonthNum=,Year=,Quarter=>} Revenue) - SUM({<Date = {"$(='>=' & Date($(vDateMinLimit), 'YYYY-MM-DD') & '<=' & Date($(vDateMiddleLimit), 'YYYY-MM-DD')"} ,MonthNum=,Year=,Quarter=>} Revenue) ) <= 15, [Product Marketing Name]&[Product]&[Product Group]&[Product Series]&[Product Description] ), [Product Marketing Name] )

The expression, used as a dynamic dimension, aims to showcase the top 15 products with the highest revenue growth. However, it seems to aggregate the revenue for each [Product Marketing Name] value, resulting in unintended totalizations for different combinations.

For example, considering the data below:

Product Marketing Name Product Product Group Product Series Product Description Revenue Growth
Saphire b67 5G 128GO SMARTPHONE MOBILE A50 SERIES HHP MOBILE,SM-A546B/DS,BLACK,EUB € 1,132,110
Saphire b67 5G 128GO SMARTPHONE MOBILE A50 SERIES HHP MOBILE,SM-A546B/DS,BLACK,EEB € 89,676
Saphire b67 5G 128GO SMARTPHONE MOBILE A50 SERIES HHP MOBILE,SM-A546B/DS,WHITE,EUB € 4,862

In the bar chart, it currently shows the total revenue growth for the Product Marketing Name "Saphire b67 5G 128GO" as € 1,226,648, combining different combinations for the other dimensions. However, I would like to keep each combination separated in the bar chart, even if a Product Marketing Name appears more than once. 


I would appreciate your expertise in helping me understand and rectify this issue. 

Thank you in advance for your time and assistance.

Best regards,

1 Reply
Rohan
Partner - Specialist
Partner - Specialist

Hi,

It seems you are aggr only basis [Product Marketing Name], but you should be adding all the other relevant  dimensions ie,  [Product],[Product Group],[Product Series],[Product Description] in the Aggr also. Check this out & see if it works.

Regards,

Rohan.