Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Redirect to dashboard after login
Answers
-
@Gianni Ceresa I have accepted your answer but also can you put comments made by me in ans so other OP can advantage of that
0 -
Yes, my understanding of the role of DEFAULT here is to say "follow the default choice path to know what your homepage should be". And my understanding of the default choice path is user account properties first, PORTALPATH after and finally the default homepage if nothing else was set.
0 -
To ask further in same question, is it possible to display dashboard based on groups and users.
Example :
I have 4 groups A, B , C ,D
Group A have 10 users , B have 5 and so on..
So if user from group A logs in ca we display specific dashboard , For user from group B it can be different. Is it possible ?
0 -
That's what the session variable PORTALPATH does: it's a session variable, it's unique for every single user based on whatever condition you need.
0 -
How can we apply condition to it besides of just putting path in portalpath,
Meaning lets say i have given a path to a dashbaord in that portalpath now how to make it more dynamic ?
0 -
If you did set the portal path value in the frontend, that's not really the session variable.
In OAS sessions variables are defined in the RPD, they have an initialization blocks defining how the variables are populated. Most of the time the init blocks contains queries, a query will do the job based on whatever condition you write in the query.
0 -
Oh that is good to know, should i open a new thread for the same, i need to know the steps how to accomplish the same
0