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.
Not exactly... below is my fex. When i run it i get what i am expecting... parameter prompts up and i can pass the value and my column title gets the parameter which i passed.
But in Infoassist Live preview pane, once i change the title as &COUNTRY, it gets displayed as _FOC_NULL.
Is there any way to eliminate it?
ENGINE INT CACHE SET ON
-DEFAULTH &WF_SUMMARY='Summary'; -DEFAULTH &WF_TITLE='WebFOCUS Report'; TABLE FILE CAR PRINT CAR.COMP.CAR BY CAR.ORIGIN.COUNTRY AS '&COUNTRY' ON TABLE PCHOLD FORMAT HTML ON TABLE NOTOTAL ON TABLE SET CACHELINES 100 ON TABLE SET PAGE-NUM NOLEAD ON TABLE SET SQUEEZE ON ON TABLE SET HTMLCSS ON ON TABLE SET HTMLENCODE ON ON TABLE SET EMPTYREPORT ON ON TABLE SET STYLE * INCLUDE=IBFS:/FILE/IBI_HTML_DIR/javaassist/intl/EN/ENIADefault_combine.sty,$ TYPE=REPORT, TITLETEXT=&WF_TITLE.QUOTEDSTRING, SUMMARY=&WF_SUMMARY.QUOTEDSTRING, HFREEZE=OFF, $ ENDSTYLE END
-RUN
{status:'SUCCESS',hasstatus:true,exception:[]}
WebFOCUS 8002, Developer Studio,Excel, PDF, Active Formats and HTML5
In the InfoAssist preview window the &COUNTRY is being parsed as the default value and therefore is being displayed as _FOC_NULL. Even if -DEFAULT is added to the code the _FOC_NULL still appears as the default value for the title of the column.
I hope that helps.
Tamra Colangelo Information Builders Customer Support
WebFOCUS 8x - BI Portal, Developer Studio, App Studio, Excel, PDF, Active Formats and HTML5
Posts: 487 | Location: Toronto | Registered: June 23, 2009