Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get a date difference from today

Hi

I have a problem creating a field the shows me the difference in days between a field and the current date. Can someone please help me with this?

I have Now()-Createdate

but is does not work.

Simon

2 Replies
swuehl
MVP
MVP

Simon,

you probably need to interpret your Createdate as date, so QV assings a numeric value representation to the value, thus allowing Now() - Createdate to return the number of days.

Please check

http://community.qlik.com/blogs/qlikviewdesignblog/2013/02/19/why-don-t-my-dates-work

http://community.qlik.com/blogs/qlikviewdesignblog/2013/07/07/automatic-number-interpretation

Not applicable
Author

Try this.

Today()-Date(Createdate)

Now()- is returns date with full timestamp MM-DD-YYYY hh:mm:ss ffff

today() - is returns MM-DD-YYYY

Regards,

Kabilan K.