If width of x more than 100 and height more than 200 then part is visible otherwise suppress.
How to add it in dwxxpress?
You can use AND function with IF.
here x is width and Y is height
IF(AND(X>100,Y>200),”U”,”S”)
Hope this helps..
Thanks
AD
Thanks..it works.
You can use AND function with IF.
here x is width and Y is height
IF(AND(X>100,Y>200),”U”,”S”)
Hope this helps..
Thanks
AD