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: 
Simon4
Creator
Creator

Formula in querry

dear all,

 

How do i apply this formula in my querry, i tried this but it is not working:

tbl_bookingdate:
LOAD
*,
if( date(DATECONFIRMED) < firstsortedvalue(date(date_paid), date(INVOICEDATE)), date(DATECONFIRMED),
firstsortedvalue(date(date_paid), date(INVOICEDATE))) as Date_booked;

 

 

thanks in advance.

 

Kind regards,

 

Simon

 

Labels (1)
1 Solution

Accepted Solutions
Simon4
Creator
Creator
Author

I already fixed the issue. 

View solution in original post

2 Replies
BrunPierre
Partner - Master II
Partner - Master II

Would you like to share some data and expected results?

Simon4
Creator
Creator
Author

I already fixed the issue.