cancel
Showing results for 
Search instead for 
Did you mean: 

Security on TAB-SET Component

Former Member
0 Kudos

Hi All,

Can you inform how to implement security on TAB-SET component in Xcelsius.

E.g: User Group 1 should have access to TAB 1 and TAB 2 and not to TAB 3 and TAB 4.

User Group 2 should have access to TAB 3 and TAB 4 and not to TAB 1 and TAB 2.

Q 2) Can we capture BOBJ user group in current BOBJ version.

Thanks,

AK

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Anil,

There is no default security feature for Tab set.

But we have a work around for that if you manage to get the informmation of groups.

Say when ever you fetch the data, get the User Group information i.e Group 1.

Dump that information in Cell A1

Now take a tab set say Tab 1, tab 2, tab 3, tab 4.

In each of them place a Rectangle or backround template. make the similar size of tab window.

Now give the Dynamic visibilty key as A1.

Do it for all the 4 tabs rectangles or backgrounds.

As per your example:

E.g: User Group 1 should have access to TAB 1 and TAB 2 and not to TAB 3 and TAB 4.

User Group 2 should have access to TAB 3 and TAB 4 and not to TAB 1 and TAB 2.

For the Rects in tab 1 and Tab 2 give the Status key as Group1

for the rest Tab3 and tab 4 give as Group2.

When ever the Group 1 fetches the data Tab 1 and Tab 2 rects disappear.

When ever Group 2 is selected the Tab 3 and 4 rects will be disappear.

Hope this will workout for you.

Regards,

Anjanikumar C.A.

Former Member
0 Kudos

Thanks! Anjanikumar.

Looks like this workaround using rectangles to hide TABs will work fine.

Further, could you tell how to capture User Group in realtime dashboard.

Thanks,

AK

Former Member
0 Kudos

HI Anil,

First let me know which data source you are using to fetch Live data .

Is it QaaWS or Live Office

Regards,

Anjanikumar C.A.

Former Member
0 Kudos

Could you explain for both scenarios how to capture the User Group.

using QaaWS for Live Dashboard.

and

using Live Office on top of webi saved instances.

Thanks,

AK

Answers (0)