Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi,
if(len(trim(customer_name))>0,customer_name, Ordername)
Thanks,
Pooja
Hi,
if(len(trim(customer_name))>0,customer_name, Ordername)
Thanks,
Pooja