Hello-
We have a report in the workspace menu that uses the typical behavior:
- Click the Workspace
- Click on the Report - Navigates to Parameters screen
- Click on Run Report
What we are trying to eliminate is skipping over the Parameters screen and by clicking on the report, it runs automatically.
We have only one parameter called “User”, and here are the settings for that parameter:
- Prompt: Empty
- Default Value: =Report.GetDefUI('RowAccessInfo.UserName')
- Allow Null Value = Checked
- Visible: Unchecked
- Required: Unchecked
So, the user is literally entering the Parameter screen with no parameters showing and clicking Run Report. They do this many times throughout the day. So far, I have tried:
- Using a ‘ReportViewer’ URL in the Site Map - Takes me to a blank screen with the Tenant name in the top left corner
- There are 15 Report Versions, could this be the trigger taking me to the Parameter screen?
- Print and Email tab is pretty standard
- “No Records Found” appears under the Additional Sort and Filters tab
This seems like a small problem/annoyance but will save a lot of time. Thanks in advance for any input

