Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Drilldown/Drillup functionality out of SAP Infocubes

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Drilldown/Drillup functionality out of SAP Infocubes
 Login/Join
 
Member
posted
Hi All,
Has anyone achieved drilldown/drillup while reporting out of SAP Infocubes? Do we have to do it manually or is there any other way?


7.6, Unix, HTML
 
Posts: 18 | Location: Kochi, Kerala, India | Registered: August 26, 2008Report This Post
<JG>
posted
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.
 
Report This Post
Member
posted Hide Post
Thanks JG

But how will we define it? or will it take the drill down directly from the hierarchy of Dimension.

We tried a direct report from a cube with Parent/Child hierarchy the drilldowns were not showing Frowner


7.6, Unix, HTML
 
Posts: 18 | Location: Kochi, Kerala, India | Registered: August 26, 2008Report This Post
Member
posted Hide Post
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
Robin

This message has been edited. Last edited by: Robing9,


7.6, Unix, HTML
 
Posts: 18 | Location: Kochi, Kerala, India | Registered: August 26, 2008Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Drilldown/Drillup functionality out of SAP Infocubes

Copyright © 1996-2020 Information Builders