Hi All,
I have a problem, we have built a Lotus Notes app. which uses CR for reporting. A form has been built and there are around 10 options for the user to select, in filtering out the data.
The problem here is, I have also created these 10 options as parameters in CR, and based on these options I would write a IF-THEN-ELSE code for the "Record Selection Formula Editor".
But, this would mean putting together an extreme large block of code, say 10 to the power 10 of IF-THEN-ELSE, and this is not very effecient.
Is it possible to pass a string value to the RSFE (Record Selection Formula Editor), rather than hard coding the data fields to retrieve.
ie. instead of if {?Brand <> ""} then {Adhoc.Name<String>} = {?Name}, rather I would like to assign a parameter, say {?Selection} = "{Adhoc.Name<String>} = {?Name} and pass this into the RSFE.
Is this possible or are there other ways in resolving the matter.
Thanks.
I have a problem, we have built a Lotus Notes app. which uses CR for reporting. A form has been built and there are around 10 options for the user to select, in filtering out the data.
The problem here is, I have also created these 10 options as parameters in CR, and based on these options I would write a IF-THEN-ELSE code for the "Record Selection Formula Editor".
But, this would mean putting together an extreme large block of code, say 10 to the power 10 of IF-THEN-ELSE, and this is not very effecient.
Is it possible to pass a string value to the RSFE (Record Selection Formula Editor), rather than hard coding the data fields to retrieve.
ie. instead of if {?Brand <> ""} then {Adhoc.Name<String>} = {?Name}, rather I would like to assign a parameter, say {?Selection} = "{Adhoc.Name<String>} = {?Name} and pass this into the RSFE.
Is this possible or are there other ways in resolving the matter.
Thanks.