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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

date

hello i'm traying to realise a soustraction of tow dates one of them continue hours ,i have to change the two dates in the same  form, but still dosen't work :

=MIN(DATE_DEVIS) - DATE(CREATION_CIIENT_COMP,'MM/DD/YYY')

Capture.PNG

1 Solution

Accepted Solutions
Not applicable
Author

Hi

please follow this link

The Date Function

and try this

=DATE(FLOOR(CREATION_CIIENT_COMP),'MM/DD/YYYY') AS Date1

Regards

tripati

View solution in original post

3 Replies
Not applicable
Author

Hi

please follow this link

The Date Function

and try this

=DATE(FLOOR(CREATION_CIIENT_COMP),'MM/DD/YYYY') AS Date1

Regards

tripati

Anonymous
Not applicable
Author

try:

min(date(DATE_DEVIS)) - DATE(CREATION_CIIENT_COMP,'MM/DD/YYY')

Not applicable
Author

thanks for your reply but it dosen't work her 'is athe problem un this situation the intervall between dates must be 0

however it's negative ??

...Capture.PNG

1.PNG