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: 
tmumaw
Specialist II
Specialist II

Calculate Years based on a base year

I have this pivot table where I want to calculate percent of increase or decrease based on the first year (2013).   Any ideas?

thanks

2 Replies
aarkay29
Specialist
Specialist

try this

(

sum(OrganicClients)-Sum({1<FISYR={$(=Min({1}FISYR))}>}OrganicClients) 

)

/

Sum({1<FISYR={$(=Min({1}FISYR))}>}OrganicClients) 

sunny_talwar

May be this

Sum(Measure)/Sum(TOTAL <GM> {<FISYR = {"$(=Min(FISYR))"}>} Measure) - 1