As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
after searching documentation for some time and still no answer, I'm going to try it here:
In PMF I have designed some dashboards. Now I want a certain user (or a certain group of users) just to see some of these dashboards, and not all of them.
This is for BI Dashboard.
Any ideas how to get this working?This message has been edited. Last edited by: Stefan,
WF 7.6.9 PMF 5.1.3 BID 7.6.9
Win XP HTML, PDF, Excel, PowerPoint
Posts: 69 | Location: Germany | Registered: September 21, 2009
In 5.1.2/5.1.3 you'd need a customization to do this. You could embed a filter in FILTERS.FEX to limit the list for individual users, filtering on the &OWNER_ID. Easiest way to do this would be to allow access to GROUPS of content. You can categorize Dashboards into various groups (and in 5.2 there will be an additional 10 groups that are user-defined). Then give access to these groups.
For the future, there would need to be an intrinsic feature to support user-level list filtering for content.
thanks
Bob Jude Ferrante Director of Business and Development WebFOCUS Performance Management Bob_Ferrante@ibi.com 917-339-5105
I'll take any questions about PMF - business or technical - anytime!
Are you sure you want to restrict DASHBOARDS to certain users? Why would someone want to do that? Perhaps you actually want to restrict certain MEASURES to certain users, and you have various dashboards that contain different groups of measures on each?
If that is true, there's tonnes of stuff we can do in PMF as-is. If not, I'm very curious what the business rational behind this is?
Cheers,
Joey
Posts: 318 | Location: Los Angeles, CA | Registered: November 15, 2005
I think that I am sure with restricting dashboards to certain users.
Situation looks like this:
I have one Dashboard containing data from PMF, and another one with gadgets containing live data directly from SAP BW queries (or stuff like that). Now i want the managers to see all information; the other users aren't supposed to take a look at the PMF Data/Strategy Maps/etc, they may just see the dashboard containing the live data.
Kind regards,
Stefan
WF 7.6.9 PMF 5.1.3 BID 7.6.9
Win XP HTML, PDF, Excel, PowerPoint
Posts: 69 | Location: Germany | Registered: September 21, 2009
Here's an easy solution for you that will give you what you want without customizing PMF at all:
-Setup two PMF Group views (clone the Consumer view) -Add a new BID tab to View A that shows your gadgets -View B does not show the gadget tab, just the TODAY tab with PMF data
Assign users that need PMF and your gadgets to View A, all others to View B
Now you have what you need, I think.
Cheers,
Joey
Posts: 318 | Location: Los Angeles, CA | Registered: November 15, 2005
That's a good point. WebFOCUS already has a user-based report management system called MR. So if you want to display a custom-written report then perhaps that's the way to do it. Whatever any IB product does must attempt integrate well with general WebFOCUS capabilities.
We are looking to directly integrate MR content (and PMF 5.1.3 included an MR Tree gadget that gives you whatever access to MR domains you have in WebFOCUS).
However, if what you're trying to display is a PMF dashboard, then it's true there's no way to hide it just for a single group of users or a single user yet. It's also true PMF doesn't give you discrete access to an MR report as an operational drill without your having to do a little coding magic (but it is possible). The coding magic is mentioned, in brief in this posting:
Sure would be nice to be able to see the same tracking repository that the product gurus can see.
------------------------------------------- A current version of case 33372523 is not available. The case is no longer active.
Case 33372523 does not belong to you. If you believe this to be in error, please contact IBI Customer Support. ---------------------------------------------
WebFOCUS 8.8.05M (Prod)/8.0.09(Sandbox) Windows
Posts: 56 | Location: Omaha, Ne USA | Registered: October 15, 2007
Sorry... I'm spoiled by being an IBIer so I get to see this stuff.
Turns out the "public" version of this case doesn't include the info you would need, and since it is product harmless and a well-known technique IB has given to customers, I'll paste it here:
Quoted from case 33372523 below.
To run a link in your own application, you can create the link using the parameters and values that are in this form. Example:
NOTE: This url will be on one line in your application.
Notice that I changed the pound sign in IBIMR_folder to %23. Some special characters need to be escaped such as this one.
Another alternative to this would be to create the link in Javascript so that way you can dynamically create a random number for the IBIMR_random parameter.
Final note from BJF: You would of course need to specify the proper domain file name (in the examples above listed as untitled.htm) and MR FOCEXEC name (in the examples above listed as fex.fex).
Bob Jude Ferrante Director of Business and Development WebFOCUS Performance Management Bob_Ferrante@ibi.com 917-339-5105
I'll take any questions about PMF - business or technical - anytime!
"Today Tab" does not show the PMF data, just the "custom" gadgets with non-PMF-Data.
Additionally I have to avoid that Users can select any dashboard they want.
So I'm still looking for a solution.
quote:
Originally posted by Moogle: ... -Setup two PMF Group views (clone the Consumer view) -Add a new BID tab to View A that shows your gadgets -View B does not show the gadget tab, just the TODAY tab with PMF data
Assign users that need PMF and your gadgets to View A, all others to View B ...
WF 7.6.9 PMF 5.1.3 BID 7.6.9
Win XP HTML, PDF, Excel, PowerPoint
Posts: 69 | Location: Germany | Registered: September 21, 2009