Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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