How to suppress part (in Xpress) when I want to associate it with rule like below:
=IF( Width >2000 ,"Unsuppress" ,IF( Height >3450 , "Unsuppress" ,"suppress" ) )
Width and Height is entered by user but statement of the part should suppress and unsuppress according to this rule without adding check box. Is it possible? When I just add this rule to name builder it won't work.
Use the AND to combine the condition like this
U is same as unsuppress and S is same as suppress.
BTW your formula is also correct. Make sure you're putting the formula in the file name