WebFOCUS
Online Help > Managed Reporting Administrator > Creating Public and Group Views > Directing Users to a Group View Upon Login
Directing Users to a Group View Upon Login
You can setup login so when users enter their ID and
password they are automatically logged into a Group View of Dashboard
if the users are members of a single group view. If users are members
of multiple group views, the users are automatically logged into
a window displaying the group views that are available to them.
Procedure: How to Select a Group View Upon Login
-
Backup
the /ibi/WebFOCUS76/worp/conf/bid-config.xml file.
-
Open bid-config.xml using
a text editor.
-
Search
for the string “GoToPersonalViewOnLogin” and you will see the following
code:
<internal-var name="GoToPersonalViewOnLogin" value="true"/>
-
Change
the value to “false” as shown in the following code:
<internal-var name="GoToPersonalViewOnLogin" value="false"/>
-
Close
and save bid-config.xml.
After the setting is changed, the following login processing
is enabled:
- If the user
is a member of a single group view, the user is automatically logged
into that group view.
- If the user
is a member of multiple group views, the user is logged into a window
displaying the group views available to them.