@shailendra88,
Could you please give more details with a sample input of the data and a sample of what you expect to have.
Best Regards,
If I understand what you're looking for, you were on the right track. Place strings in quotation marks. You can set your output field in the expression.
Hope this helps!
Thanks a lot,
in you statement we are returning”10,20,30” that is term as 1 string output, now consider 10,20 and 30 as separate ids,
how can we write same statement,
i tried as below but didn’t work for me:-
if user=“ABC” then id in(“10”,”20”,”30”)
else ID
end if
in this case if ABC then it will process 10,20 and 30 but if any there user is there then all the ids will be processed for that user