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.
Hi,ALL When I run report in olap. I drilldown from title and get the result. I use right click from HTML view the resource file to see the fex file run in background. now I want to change the IF Statement to WHERE Statement.
for example. I run the fex: -OLAP ON -* File carolap.fex
SET GRAPHEDIT=SERVER TABLE FILE CAROLAP SUM 'CAROLAP.BODY.SEATS' BY 'CAROLAP.ORIGIN.COUNTRY' BY 'CAROLAP.BODY.BODYTYPE' ON TABLE SET PAGE-NUM OFF ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT HTML ON TABLE SET HTMLCSS ON ON GRAPH SET HAXIS 300 ON GRAPH SET VAXIS 100 ON TABLE SET AUTODRILL ALL ON TABLE SET OLAPPANE TABBED ON TABLE SET STYLE * INCLUDE = endeflt, $ LEFTMARGIN=0.500000, RIGHTMARGIN=0.500000, TOPMARGIN=0.500000, BOTTOMMARGIN=0.500000, $ TYPE=REPORT, TOPGAP=0.000000, BOTTOMGAP=0.013889, $ ENDSTYLE
END
and drilldown on england then I view the HTML resource
< !-- original FOCEXEC -OLAP ON SET GRAPHEDIT=SERVER SET FOCEXURL='/ibi_apps/WFServlet?IBIF_webapp=/ibi_apps&IBIC_server=EDASERVE&IBIWF_msgviewer=ON&IBIAPP_app=SESSION SESSION ibisamp baseapp&' TABLE FILE CAROLAP SUM CAROLAP.BODY.SEATS BY CAR BY CAROLAP.BODY.BODYTYPE IF COUNTRY CONTAINS 'ENGLAND' ON TABLE SET PAGE-NUM OFF ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT HTML ON TABLE SET HTMLCSS ON ON TABLE SET AUTODRILL ALL ON TABLE SET OLAPPANE TABBED ON TABLE SET STYLE * INCLUDE=endeflt,$ LEFTMARGIN=0.500000,RIGHTMARGIN=0.500000,TOPMARGIN=0.500000,BOTTOMMARGIN=0.500000,$ TYPE=REPORT,TOPGAP=0.000000,BOTTOMGAP=0.013889,$ END -->
so I want to change "IF COUNTRY CONTAINS 'ENGLAND'" to "WHERE COUNTRY CONTAINS 'ENGLAND'"
HOW can I do that.
thanks all.This message has been edited. Last edited by: Kerry,
Has this issue been resolved? If not, the suggestion would be to open a case with Information Builders' Customer Support Services to see if there is any way to change the generated code, and/or why you will need this. To open a case, please either call 1-800-736-6130, or access online at InfoResponse.
Cheers,
Kerry
Kerry Zhan Focal Point Moderator Information Builders, Inc.
Posts: 1948 | Location: New York | Registered: November 16, 2004