Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I would like to a YTD calculation each month instead of having the % of each month ..
Thanks
can you develop and share a sample data ?
I can't share data as they are confidentials.
Let's say that :
SQL
Select
Date_Payment
,Case When Date_Payment > Date_Due Then 'Late' else 'OnTime' END as Payment_Status
FROM
maTable;
Check the following Design Blog post, may give you some ideas:
https://community.qlik.com/t5/Qlik-Design-Blog/The-As-Of-Table/ba-p/1466130
Regards,
Brett