Oracle Business Intelligence Applications

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Redirect to dashboard after login

Received Response
195
Views
17
Comments
2»

Answers

  • Marco Foxx
    Marco Foxx Rank 3 - Community Apprentice

    @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 :)

  • 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.

  • Marco Foxx
    Marco Foxx Rank 3 - Community Apprentice

    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 ?

  • 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.

  • Marco Foxx
    Marco Foxx Rank 3 - Community Apprentice

    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 ?

  • 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.

  • Marco Foxx
    Marco Foxx Rank 3 - Community Apprentice

    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 :)