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     Passing Parameter to Report Header

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Passing Parameter to Report Header
 Login/Join
 
Member
posted
Hello,

I am fairly new to Webfocus and am running into a slight obstacle. Currently we are running WebFocus 5.3.

I have several reports, with multiple dynamic dropdowns. Each of the Dropdowns have a Display(Text) and a Value(Numeric). In the resource painter.

Example of Dropdown:
Display Value
Metro West 02
Metro East 01
All 00

We need to populate the header of the report with Display value (which is the Text Description) the user has selected. Currently we have only been able to get the Value(Numeric) in the header.

Any help would be greatly appreciated
Pablo
 
Posts: 2 | Location: RI | Registered: June 28, 2005Report This Post
Virtuoso
posted Hide Post
From what I understand, I believe the only thing in the drop down is the parameter you are passing, you most likely will need to decode the parameter in a define in the report to display the value in a header.

Experts correct me if I am wrong on this, I haven't done much in the drop down world.


Leah
 
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004Report This Post
Expert
posted Hide Post
Only the Code in a dropdown box gets sent to the fex. This is normal HTML form behaviour.

If you want the description as well as the code, there are several ways to do it.

The first method is to get the description from the data. You may need to JOIN to the lookup table that contains the descriptions for the codes.

The second method is much more complicated. It involves JavaScript and manipulation of the HTML form before it is submitted.
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report 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     Passing Parameter to Report Header

Copyright © 1996-2020 Information Builders