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: 
abc_18
Creator II
Creator II

How to calculate YOY market share

Hello,

  • I have to show market share trend which is based on fiscal year.

I am using below formula but for trend it's bifurcating max year value, not giving correct trend for all financial year

Sum({<fyear>}sales)

/

Sum( {<fyear>}total sales)

1 Reply
Kashyap_R
Partner - Specialist
Partner - Specialist

Hi

try

Sum({<fyear=max(fyear)>}sales)

/

Sum( total sales)

or

Sum({<fyear=max(fyear)>}sales)

/

Sum( Allsales)

Hope this helps

Thanks

Thanks and Regards
Kashyap.R