Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

If statement in load pulling from different table

I have an if expression that I am using in the load script. My conditions are all from the same table but the sum field is from a different table.

if(Ship_Date__c <>''  and Booked_on_AS400__c  <>'' and Rev_Rec__c > Today(),ProductsOTR_Price,0) as RecognizedRevenue,

Is there a way to have this statement load from different tables.

Thanx

0 Replies