I have this formula:
(if {?Order Number} = ""
then true else {?Order Number} = {TABLENAME.FIELD})
If the {?Order Number} parameter is left blank, then give me all Order Numbers to show on my report, otherwise just give me the {?Order Number} parameter that the user typed in. If the user typed in the Order Number 14705, just show this Order Number on the report.
Crystal tells me, "A number is required here" and the cursor is placed right before the "" in my forumla. I have used this formula for string values and it works just fine. Why do I get the error when it's a number value?
Thank you! s-)
(if {?Order Number} = ""
then true else {?Order Number} = {TABLENAME.FIELD})
If the {?Order Number} parameter is left blank, then give me all Order Numbers to show on my report, otherwise just give me the {?Order Number} parameter that the user typed in. If the user typed in the Order Number 14705, just show this Order Number on the report.
Crystal tells me, "A number is required here" and the cursor is placed right before the "" in my forumla. I have used this formula for string values and it works just fine. Why do I get the error when it's a number value?
Thank you! s-)