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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
mario-sarkis
Creator II
Creator II

Time elappsed

Dear All ,

I need to calculate Time Elapsed Quarterly , I am currently calculated Daily as follow :

vTimeElapsed: (((DayNumberOfYear(num(Today()) )-1)/365*100)-1 .

I want to Calculate the time elapsed in the script QUARTERLY since my score is a Quarterly score,

Some KPIs has a percentage VS Time elapsed % and are calculated quarterly.

Can you help me to calculate vTimeElapsed as Quarterly since I need to save it as quarterly

Exemple  : Q1 as end of March = 23.7% , Q2 as End of Juin...

Thank you,

hope you can help.

1 Reply
sunny_talwar

There is a function called DayNumberOfQuarter... may be you need that instead of DayNumberOfYear?