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: 
Not applicable

How to get days in due in table box?

Hi,

I have table box with data. How can I calculate the Days in Due. I have to use the below formula in table box. can anyone suggest me please.

Days in due = =Days360(Today(), RecentDate)

Thanks.

11 Replies
Not applicable
Author

Thanks. When I used this there is some data is missing. How can I get all data. Please help.


Anonymous
Not applicable
Author

Hi Amelia,

When you are saying data missing, are you referring to other months data in RecentDate field. You will get only 4 months data by applying this logic, not all months data.

You may create new field "RecentDate as RecentDateOriginal" to verify the logic.

Thanks