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.
You can drill on on anything but a measure. However If you are doing a lot of manipulation for presentation purposes you may have to pass a NOPRINT value as the value. Also you will have to pass any variables that are required by BW.
When we enable OLAP with Dimension Drilldown for a Parent child hierarchy i am getting an error "(FOC3245) ERROR ON PARSING TABLE IN OLAP"
Below mentioned is the code
TABLE FILE 0D_DECU
SUM
TAX_AMOUNT_IN_DOCUMENT_CURRENCY__SAP_DEMO_
BY SALES_HIERARCHY_CAPTION HIERARCHY
HEADING
""
FOOTING
""
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET OLAPPANE CONTROL
ON TABLE SET STYLE *
UNITS=IN,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
END
If I remove the HIERARCHY from the code
TABLE FILE 0D_DECU
SUM
TAX_AMOUNT_IN_DOCUMENT_CURRENCY__SAP_DEMO_
BY SALES_HIERARCHY_CAPTION HIERARCHY
HEADING
""
FOOTING
""
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
END
it will give display the all the nodes (Parent and child).
What we need is a Drill down drill up funcationality in the parent child hierarchy.
Please can any one help us
Regards RobinThis message has been edited. Last edited by: Robing9,
7.6, Unix, HTML
Posts: 18 | Location: Kochi, Kerala, India | Registered: August 26, 2008