Report Builder Parameters

goos

New Member
Hello,

I have the following problem:

I have created a report with the Report Builder:
In this report I've created the calculated field ask_names:

ask_input("NAME").

This field cals the function ask_input():

Parameter USERINPUT as character

IIF(USERINPUT Matches ?,"",RUNTIME-PARAMETER(USERINPUT)).

I've also created a filter with the calculated field.
Know I hope that when I call the report with the Report Engine with as /* RB-OTHER-PARAMETERS */ "NAME =?What is the name?", that when the user enter's nothing the report builder displays every record.
But when the user enter's nothing it display's nothing and when the user's enters a name it works correctly.

I think that the IFF construction doesn't work properly when a user enter's nothing.

Does anybody know how to solve this problem?

Greetings
Bob Gosemeijer
 
Top