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 have a fex which generates the report both in HTML & Excel formats.. The report accepts input parameters through the HTML launch page and passes them to the fex upon clicking "Run Report" button on the launch page..
Some of my parameters are optional, just 1 input value is required to run the report.. I defaulted the optional variables to FOC_NONE (except the mandatory input parameter), but when I try to run the report in HTML or Excel format, the optional parameters show up with FOC_NONE written in the text box (in the fex) ...
How do I get the report to run without these optional parameters popping up on the fex?
Thanks!This message has been edited. Last edited by: Nova27,
Did you default with -DEFAULT or -DEFAULTH? -DEFAULTH will hide the prompt where -DEFAULT will still prompt the user but the the defaulted value pre-loaded.
Eric Woerle 8.1.05M Gen 913- Reporting Server Unix 8.1.05 Client Unix Oracle 11.2.0.2
Posts: 750 | Location: Warrenville, IL | Registered: January 08, 2013
_FOC_NULL and FOC_NONE are the same thing. FOC_NONE is just the older version of _FOC_NULL. There are settings in the configuration to define what the ignore character is.
Eric Woerle 8.1.05M Gen 913- Reporting Server Unix 8.1.05 Client Unix Oracle 11.2.0.2
Posts: 750 | Location: Warrenville, IL | Registered: January 08, 2013
_FOC_NULL and FOC_NONE are the same thing. FOC_NONE is just the older version of _FOC_NULL.
This is not quite exact. See the following:
-* File focnull.fex
-DEFAULTH &COUNTRY=FOC_NONE
-*DEFAULTH &COUNTRY=_FOC_NULL
TABLE FILE CAR
SUM SALES
BY COUNTRY
BY SEATS
WHERE COUNTRY EQ '&COUNTRY' AND SEATS GT 2;
END
If you run this with the DEFAULT FOC_NONE you will get all the COUNTRYs and all the SEATs. However, if you use _FOC_NULL, you will get all the COUNTRYs but SEATS greater than 2.
Daniel In Focus since 1982 wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006