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: 
Broly
Contributor III
Contributor III

Different result from expected same expression

Hi guys,

here is the script which I am using:

LoadPerf:
load Distinct
SHIPMENT_ID,
if((A_MDE_LOADING_FINISHED = 0) and LASTACTION_DATA_SOURCE = 'MDE',
(num(A_LOADING_CLOSE_TIME) - MinLoadTimeUG ),
(num(A_MDE_LOADING_FINISH_TIME) - MinLoadTimeUG )) as ClosingTime

resident temp;

Broly_0-1606401058357.png

 

as you can see the last expression is valid, and the one before it is not.

Do you know why is that?

 

0 Replies