I am trying to limit a Group to show records with a sum which falls within a range. The range is part of the stored procedure and filled in by the users but I keep getting an error message stating
"A number or Currency Amount is Required HERE"
Right Before the Parameter {?@AmtRangeFrom}
Here's the full formula:
Sum ({up_rpt_P_POsOverSpecAmt.VoucherAmt}, {up_rpt_P_POsOverSpecAmt.PurchaseOrderID}) >= {?@AmtRangeFrom} AND Sum ({up_rpt_P_POsOverSpecAmt.VoucherAmt}, {up_rpt_P_POsOverSpecAmt.PurchaseOrderID}) <= {?@AmtRangeTo}
Is this not possible to refer to parameters ?
Thanks Beforehand
AJ
"A number or Currency Amount is Required HERE"
Right Before the Parameter {?@AmtRangeFrom}
Here's the full formula:
Sum ({up_rpt_P_POsOverSpecAmt.VoucherAmt}, {up_rpt_P_POsOverSpecAmt.PurchaseOrderID}) >= {?@AmtRangeFrom} AND Sum ({up_rpt_P_POsOverSpecAmt.VoucherAmt}, {up_rpt_P_POsOverSpecAmt.PurchaseOrderID}) <= {?@AmtRangeTo}
Is this not possible to refer to parameters ?
Thanks Beforehand
AJ