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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
francisvandergr
Partner - Creator II
Partner - Creator II

Wrong Total calculation of days

I have the following formula in my chart.

today()-Vervaldatum

This formula calculates the days after invoicedate.Nowi want a total of all thos days from all invoices.

This is my new formula: sum(today()-Vervaldatum) The problem is that all days show are not good. Do i make a mistake in this formula ?

3 Replies
Not applicable

Hi,

please try this

=networkdays(today()-Vervaldatum)

Put date format same. May this will help you.

Thanks & Regards,

Yogesh

francisvandergr
Partner - Creator II
Partner - Creator II
Author

It was not the answer. I have solved it with option sum of rows instead of expression

Not applicable

HI,

Are you looking this expression tabular form.

So try

Vervaldatum-today()

which r in number format.

If am not wrong.

else can you share your application.

Thanks & Regards,

Yogesh