Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis in LookUp Function

What is the syntax to add set analysis to the below statement? I do not want the lookup feature to operate if [Delivery No.] = 'Result' . I'm not sure how to incorporate that into the syntax.

 

date#(WeekEnd(Lookup('Delivery_Date', 'Delivery_ID', [Delivery No.], 'Delivery_Date'), 0,2),'MM/DD/YYYY') as 'ActionDate'

Thank you for the help!

1 Solution

Accepted Solutions
Gysbert_Wassenaar

You can't use set analysis in the load script. You'll have to use an if-statement.


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar

You can't use set analysis in the load script. You'll have to use an if-statement.


talk is cheap, supply exceeds demand