RapidRunner ParameteRR not saving
RapidRunner ParameteRR not saving
Although I have set a ParameteRR field to "Prompt at Runtime" and "Replace with Input Value". When I run the report using Rapid Runner, it does not replace with the input value provided at that time. Is this supposed to work this way or is there some other way to allow this runtime input value to be saved?
=> RapidRunner ParameteRR not saving
Replace with input value only works when running reports from within the Report Designer so that a setting persists while the report is opened and when it is saved. This feature does not work from runtime/Rapid Runner I am afraid.______Kathleen__R&R Support
-
- Posts: 4
- Joined: Tue Oct 10, 2017 12:44 pm
=> RE: RapidRunner ParameteRR
See the Rapid runner parameter help (Running a parameter report directly from R&R). If you point a calculated field in the report design to be based on the riparam otherwise use the parameter from report writer it should work. __This is the example they give:__IIF(ERROR(RIPARAM("Customer State")), STATE, RIPARAM("Customer State"))__so your parameterRR field would go where STATE is above..____