Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Filtered Dashboard

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Filtered Dashboard
 Login/Join
 
Platinum Member
posted
Hello,
I'm trying to follow this documentations;
https://webfocusinfocenter.inf...nhance_portals57.htm

Here is the issue that I'm having.
I need to first pass in user initials in order to get a fleet list to populate a drop down list box. The list box will the be used as the filter in the portal. When a fleet is selected it will then populate a list of reports for that fleet.

I've tried to create a reporting object against my metadata with the filter as the initials.
I then create a report against this reporting object to pull the correct data. FleetId and description
Then i create an HTML page | Requests & Data Sources - I use the Requests Parameters Filter Panel option.
**The issue here is I don't want to the filter on the initials I want a drop down filter on the fleet.

I've tried to create a reporting object against my metadata with the filter as the fleet.
Go through the same process as above and in the drop down in the settings use the FleetId.
however when I go to run this I'm then getting nothing in there because i didn't pass in initals to pull the list.


Frustrated because I'm using the help document and not getting anywhere. I have the extra initials as a parameter that is making this very hard.

I did get this somewhat working in 8104 however that did not use the filter panel option because it wasn't available. and I had to write javascript to manipulate the data. It was very cumbersome and I was told when we upgraded i shouldn't have to do that.

Thanks in advance,
Kelly

This message has been edited. Last edited by: FP Mod Chuck,


Prod: WebFOCUS 8.2.0.4
OS: Windows
Outputs: HTML, PDF, Excel, PPT
In Focus since 2005
 
Posts: 121 | Registered: November 17, 2005Report This Post
Virtuoso
posted Hide Post
So, the users will only see a list of fleets available to them in the listbox, right? That list shows fleet Ids based on what's available to their user ID they log in with?

We have a similar setup requirement for various content we have displaying in various portals.

What we have done is create and -INCLUDE a "user_filter" fex at the top of our "external procedure" population requests that fill the controls for selection. This ensures that a check has happened against the user logged in for what records are allowed to be selected before the pop. request runs. This is done using a FILTER FILE [tableName] ADD block in the user_filter file. This FILTER request is filtered against a global variable we've made available throughout our entire environment that gives us a list of stores the user logged in can see content from.

So, what I would do is look into creating a procedure that you can make available to everything that runs in your environment either at the edasprof.prf or site profile level that basically makes an OR or , delimited list of fleet IDs that a user logged in has permission to see data for via global amper-variables.

Then once the list of fleet IDs for the user logged in is available via a global &&variable, plug it into a "user_filter" or whatever you want to name it fex (that's specific to the content being ran--whatever table is being used) inside the WHERE clause of the FILTER FILE block you create therein. This restricting records in the table the content is reading from to just fleet IDs the user logged in should be concerned with. Then -INCLUDE this fex at the top of the population requests (fexes) you create for your filtering controls (ones that have the ON TABLE PCHOLD FORMAT XML statement in them that you add into the Requests & Data Sources panel then tie off to the controls in Settings) that hit the table being filtered in the "user_filter" file.

Hope that all makes some sense and helps you!

This message has been edited. Last edited by: CoolGuy,


8.2.02M (production), 8.2.02M (test), Windows 10, all outputs.
 
Posts: 1113 | Location: USA | Registered: January 27, 2015Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Filtered Dashboard

Copyright © 1996-2020 Information Builders