I have a parameter field that will allow user to specify the vendor and I also have them put ALL to select the all VendorID include those with NULL values. However when user type in ALL it did not return any value in the report? There are 3 tables joined and below is my Edit Selection Formula-Record. Please advise. Thanks.
---@VendorID is a formula with the value {PRODUCT.VENDOR}
---------Edit Selection Formula-Record------------
select {?VendorID} --->from the parameter field
Case {?VendorID}
{@VendorID} = {?VendorID})
Case "ALL"
{@Vendor}={PRODUCT.VENDOR})
---------Edit Selection Formula-Record------------
---@VendorID is a formula with the value {PRODUCT.VENDOR}
---------Edit Selection Formula-Record------------
select {?VendorID} --->from the parameter field
Case {?VendorID}
Case "ALL"
---------Edit Selection Formula-Record------------