Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to hide Description List Box if Total Parts is less than 1000?
Also, I need to make List Box visible if Total Parts is more than 700.
Attached is the sample qvw .
Thank you for your help in advance
hi,
try the following in show conditional of your list box properties->layout tab
if(sum(total Parts)>700,1,0)
thanks
hi,
try the following in show conditional of your list box properties->layout tab
if(sum(total Parts)>700,1,0)
thanks