cancel
Showing results for 
Search instead for 
Did you mean: 

DDiff from a date field to current date/now

FollowTheData
7 - Data Storage
7 - Data Storage

I used this formula to get days from creation to deactivation.

DDiff([Days in Client Last Deactivated On],[Days in Client Creation Date])

What formula can I use to obtain days from creation to current date/now?

I only have designer access to Sisense and do not have access to the data cube. 

 

 

 

 

1 REPLY 1

HamzaJ
12 - Data Integration
12 - Data Integration

Hey @FollowTheData ,

You can use NOW() as a function in the formula. It does depend on your sisense version. Should work on Linux. I do think you will need to aggregate the formula max(ddiff())

Hamza