How to modify an existing formula in Gupta
Hello,
I am trying to modify an existing formula in one of our qrp forms that is selecting one of three warehouses to produce the shipping delivery report. I would like to add a second warehouse to the formula so that the report will show shipments from either warehouse. The current formula looks like this...
NumberIFF( StrCompare( PRIMARY_WHS_ID , 'WHS' ) , 0 , 1 , 0 )
WHS is the current warehouse being selected. I would like add in, MN as another warehouse to be included into the report.
I have tried a couple of times with commas and things but I don't know programming.
Please just tell me how to insert "MN" into this formula so that both WHS and MN will be included.
Thank you,
Paul