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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
neetu_singh
Partner - Creator III
Partner - Creator III

DSO Report Query

Hi Everyone,

I need a help and its urgent. Actually, I have to design a DSO report and the calculation for this DSO is as below:

Today_Date - Invoice_Date + Limit_Days < 0, then its outstanding

this is working perfectly fine. but on current date, if i select previous month, it will not shows any outstanding.

So, i required on selection "Outstanding". Like ,now its august. so if i select "August" it will give me outstanding bt if i select "june" it will not give outstanding which i required.

If anyone have solution please reply ASAP.

Thanks in advance

2 Replies
Not applicable

Hi,

If i understood your question, below code may help you.

Max(Selected Date) - Invoice_Date + Limit_Days < 0

-Sridhar

orlando
Partner - Contributor
Partner - Contributor

Hello

perhaps this helps:

=if(num(Invoice_Date)+Limit_Days<num(today()),'outstanding since ' & date(num(Invoice_Date)+Limit_Days) ,'not outstanding')

Regards

Orlando