A place for Apptio product users to learn, connect, share and grow together.
Another video in the Apptio Quick Tips series, presented by @Mark Nealey This episode very quickly explores 2 methods of changing the visibility of report tabs by role, specifically for tabbed group components, in Apptio BI.
Legacy Method Code Example: <%=IF(eval("{$CurrentUser}:{Users.Role}") ="Admin","enabled","hidden")%>
<%=IF(eval("{$CurrentUser}:{Users.Role}") ="Admin","enabled","hidden")%>
#ApptioBI