Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i want to display the customer names who have available flag = 1. IF({<Available ={1}>} [customer name]) doesn't seem to work.
Hi
Try like below
If(Available=1, [customer name])
or
Only({<Available ={1}>} [customer name])
Hi
Try like below
If(Available=1, [customer name])
or
Only({<Available ={1}>} [customer name])