Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
vikasmahajan

YoY Growth % Calculation

Hi all,

I am using following formula to calculate the growth % year over Year  By default  Financial Year is selected in calendar.

Dimension :  Year

                     Company

Sales Value : num(Sum( Y2Sale) / Sum(TOTAL <Year> Y2Sale),'##.#0%')

I wanted to ignore financial Year in expression how to ignore

Thanks

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
1 Solution

Accepted Solutions
sunny_talwar

I did give you a solution in your previous thread Vikas, did you ever try that?

Re: YoY Market Share Calculation in qlik sense

num(Sum({<FinancialYear>}Y2Sale) / Sum({<FinancialYear>} TOTAL <Year> Y2Sale),'##.#0%')

View solution in original post

4 Replies
sunny_talwar

I did give you a solution in your previous thread Vikas, did you ever try that?

Re: YoY Market Share Calculation in qlik sense

num(Sum({<FinancialYear>}Y2Sale) / Sum({<FinancialYear>} TOTAL <Year> Y2Sale),'##.#0%')

vikasmahajan
Author

works perfect  !!

thanks

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
vikasmahajan
Author

Sunny I have used  Variable for displaying diff companies with RGB and in expression colour using this displaying company colour could me tell me only  2018 is seen in colour where as other's not coloured what may be issue?

Any guess ?

Vikas 

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
sunny_talwar

Ignore selection in FinancialYear field for your color expression aswell