Joined: 15 May 2009
Online Status: Offline
Posts: 9
Topic: Record Selection Question Posted: 19 Apr 2011 at 6:20am
I want the Record Selection to add the Quantity the corresponds to the SDCODEs as follows: SDCODE(1+5+9-11). Below is what I have. It works great but the only part that doesn't work is the last portion {STKDET.SDCODE}= 11 . The formula below is ADDING the SDCODE 11 and not subtracting it. Can this be done?
Record Selection: {STKDET.SDSTK} = {?Stock#} and if({STKDET.SDSTK}={?StockException})then {STKDET.SDCODE}= 1 or{STKDET.SDCODE}= 5 or {STKDET.SDCODE}= 9 or {STKDET.SDCODE}= 11 else {STKDET.SDCODE} = 10.00
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum