Reporting Tab (Ribbon/Tab)
Application: The below information is step by step information on how to hide a tab or tabs within a report group. This article uses the admin role as being able to view the “hidden” tabs. All other roles will not be able to see the “hidden” tabs via the outcome of this article.
Selecting the Report Group:
- Choose the report group you want to hide tabs for
- Go into edit mode
- Click on the report group (“Tab” on ribbon appears)
- Click Visibility

Using Eval Formula:
- Place this formula in the desired tab field
- <%=If(eval("=$CurrentUser:Users.Role")="Admin","enabled","hidden")%>
- Save changes and put report back into view mode
- Change role away from “Admin” to notice changes
*Note 1: <%=if(Months(CurrentDate()) > Months("YYYY-MM-DD),"false","hidden")%> can be used for specific dates that the tab should be hidden.

*Note 2: The first tab on any report group cannot be hidden using the above methodolgy