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.
TABLE FILE GGSALES
ON TABLE SET PAGE-NUM OFF
SUM UNITS AND DOLLARS
BY CATEGORY BY REGION
HEADING
"Regional Sales Report"
" "
ON TABLE SET STYLE *
TYPE=REPORT, GRID=OFF, $
TYPE=DATA, COLUMN=REGION,
URL=/ibi_apps/WFServlet?(IBIF_ex='ggdrill' AREA=REGION IBIC_server='EDASERVE' IBI_APPS='IBISAMP'),$
ENDSTYLE
END
If this does not help, I can send our solution tomorrow, because we use URL links from WF to our intranet and we pass parameters aswell.
Release: WebFOCUS 8104, AppStudio: 8105 OS: Windows Output: HTML,Excel,Active Reports
That's because you can't just pass parameters to an HTML page ... well, you can, but then you'll need to add some JavaScript to inspect the document.location.href and parse to collect parameters.
SSander's example shows that your drill-down should target an actual WebFOCUS .fex procedure (via WFServlet) and that will cause your URL values to turn into nice &variables the .fex can see. You can the use -HTMLFORM from within that fex to invoke your .htm file and !IBI.AMP.EMPL_ID; will finally make sense
One possible solution would be to call the fex file and define the variable on top of the fex file and then invoke your .html inside of .fex file and use !IBI.AMP.EMPL_ID. It should work.
Thanks, Pravin.Singh
WebFOCUS 7703 Windows, All Outputs pravinsinghwebfocus.blogspot.com
You can pass a parameter to an HTM page just make sure that the parameter linked to a control has the same name as what you are passing in the drill down or URL.
You can have a report inside an HTML page and use a JAVASCRIPT drill down just make sure that you call the function as parent.function_name and pass a parameter to the function like: