cancel
Showing results for 
Search instead for 
Did you mean: 

The visibility of the components according to the user in sap dashboard

Former Member
0 Kudos

Hi,

I would like to change the visibility of the components in dashboard according to the user who monitorizes them.

For example; while the A user who logS in with BI Logon can see B scorecard, C user cannot see the B scorecard.

Do you have any idea about this matter and would you please help me about this?

Kind Regards.

Fatih TEMİZ

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Create a variable User=@Variable('BOUSER') in Universe and use it in dashboard..it will capture the user logged in.

and then give your logic for dynamic visibility of component accordingly.

Sandeep

Former Member
0 Kudos

Hi sandeep,

Have you got an idea about flash variable?

Kind regards.

Fatih TEMİZ

Former Member
0 Kudos

Hi

No.

Why you need Flash variable? Tried @Variable('BOUSER')?

Sandeep

Former Member
0 Kudos

hi,

because we create my dashboard application without universe. we use bex query.

kind regard.

fatih temiz

Former Member
0 Kudos

Hi

Please see this usage of flash variable CESerializedSession.

Once you use in Launchpad/ Infoview you will get some data from this variable. You will get username from the data. Pls put an appropriate excel logic to extract the username from it.

Sandeep