Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Can please guide me on how to type the following using set analysis:
sum( if( len(Field1)=0 or Field1=1, amt))
Thanks!
Hi,
Try this
Sum({<Field1={"=(Field1=1) OR (Len(Field1)=0)"}>} amt)
Celambarasan