Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to get the sum of count/ average of visitors for the current and previous fiscal year.
I need to display the total numbers visitors involved in KPI for the current and previous fiscal year.
Scenario . if i select year in the selection the total should be displayed for current and previous fiscal year.
The total is coming for the current fiscal year but doesn't for previous fiscal year.
How can i achieve it ?
You can use this?
Sum(TOTAL count)/Avg({<[fiscal year] = {">=$(=Max([fiscal year]-1)) <=$(=Max([fiscal year]))"}>} Visitors)
Second one
Count({<visitor = {'KPI'}, [fiscal year] = {">=$(=Max([fiscal year]-1)) <=$(=Max([fiscal year]))"}>} TOTAL Number)
Thanks Anil. I found an answer
You can close this thread and mark as helpful ..
Anil have a Question
I have fiscal year. I want to extract the fiscal quarter
Eg.
Fiscal year - 2017 means , I want the quarter 2017-Q1,2017-Q2,2017-Q3,2017-Q4
In the data load editor, how can i achieve this ?
May be create a Fiscal Year calendar.... Also, look here