Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
khasimvali85
Creator II
Creator II

what are the approches to follow YTD, MTD and QTD from backend?

Hello All,

I have large data set in QlikSense (Millions of records), what are the approches to follow YTD, MTD and QTD from backend(Scripting Side) or UI Level?

Thanks,

Khasim.

Labels (2)
4 Replies
punitpopli
Specialist
Specialist

u should get these as Flags from the back end and assign the value as "1" which will be easy to use.

like: YTD=1 for the period Jan-19 till today

MTD=1 for 1-Feb-19 till date

QTD =1 From Jan 19 till date

 

Hope this helps

sunny_talwar

One way is to create The As Of Table

pradosh_thakur
Master II
Master II

roccosdg
Partner - Contributor
Partner - Contributor

Could you provide examples of script?