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: 
soniasweety
Master
Master

If need

Hi all,

i want to build one logic for  List box  how can i do this?

If (Customer name is available, return it, else return Ordername)

how to get this?

Thanks

Sony

1 Solution

Accepted Solutions
pooja_prabhu_n
Creator III
Creator III

Hi,

if(len(trim(customer_name))>0,customer_name, Ordername)

Thanks,

Pooja

View solution in original post

1 Reply
pooja_prabhu_n
Creator III
Creator III

Hi,

if(len(trim(customer_name))>0,customer_name, Ordername)

Thanks,

Pooja