I have a report to which I have to send a range of values. It is a single parameter that receives a range of integer, let's say "1 to 100".
No matter what I've tried, I've always ended up with those errors:
QFS-ERR-0139 The request has multiple errors.
RQP-DEF-0354 The query contains one or more unresolved prompts.
QE-DEF-0387 Invalid format for numeric prompt 'param'.
I've put a "ParamDisplayValue('param')" in my report to try to find out what is the value passed when the report is run manually, and it shows "Between 1 and 100". I've tried sending that and it doesn't work, so I think it is just a "display" value and the actual parameter value passed is something else.
No matter what I've tried, I've always ended up with those errors:
QFS-ERR-0139 The request has multiple errors.
RQP-DEF-0354 The query contains one or more unresolved prompts.
QE-DEF-0387 Invalid format for numeric prompt 'param'.
I've put a "ParamDisplayValue('param')" in my report to try to find out what is the value passed when the report is run manually, and it shows "Between 1 and 100". I've tried sending that and it doesn't work, so I think it is just a "display" value and the actual parameter value passed is something else.