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.
I've created a launch page with a dropdown list using DevStudio. The dropdown list is populated w/ dates in reverse order obtained from a Sybase database table. On a tab structure, a report summary is generated from the same table using a date selected from the dropdown.
I have a problem passing this date to generate the report. Have tried the "...where = '&comboboxname'..." stuff; that doesn't seem to work.
I'm a newbie in developing WF stuff; appreciate any help you can offer.
Thanx, BilThis message has been edited. Last edited by: Kerry,
WF 7.7.02 / Unix /Excel, PDF AIX / DB2 / Sybase
Posts: 7 | Location: NH | Registered: July 30, 2007
TABLE FILE REPO_AGRMT SUM FST.REPO_AGRMT.REPO_AGRMT.BNK_STL_DATE BY HIGHEST REPO_AGRMT.REPO_AGRMT.BNK_STL_DATE // TODO: Add your filters here to replace defaults ON TABLE PCHOLD FORMAT XML END
this appears to be ok
4. here's the where clause
WHERE REPO_AGRMT.REPO_AGRMT.BNK_STL_DATE EQ '&combobox4';
5. adding "-? @..." at top of .fex didn't do anything (that I saw...)
hope this helps... bil
WF 7.7.02 / Unix /Excel, PDF AIX / DB2 / Sybase
Posts: 7 | Location: NH | Registered: July 30, 2007
yes, the dropdown list was populated from the same table; we want exact matches here...
this appears to work, at least for the opening report. i tried selecting another date from the dropdown, and clicking on the ?rerun? button, but it didn't refresh with the second date (ultimately combobox.onchange should refresh this report). will item1.refresh reload the report using the currently selected date?
WF 7.7.02 / Unix /Excel, PDF AIX / DB2 / Sybase
Posts: 7 | Location: NH | Registered: July 30, 2007