Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Paknanarn23
Creator II
Creator II

I want this Loc number to be the desired state.

Paknanarn23_0-1692086037640.png

I want the Sloc with value 9300 to show Input_satatus as PM, what should I do?

1 Solution

Accepted Solutions
Digvijay_Singh

In the load script of relevant table, you should change the load for Input_status as below - 

If(Sloc='9300','PM',Input_status) as Input_status ;

View solution in original post

1 Reply
Digvijay_Singh

In the load script of relevant table, you should change the load for Input_status as below - 

If(Sloc='9300','PM',Input_status) as Input_status ;