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     olap enabled reporting object

Read-Only Read-Only Topic
Go
Search
Notify
Tools
olap enabled reporting object
 Login/Join
 
Member
posted
I believe I posted this before incorrectly.. if so I apologize for the double posting. Is it possible that filters can be used in an olap enabled reporting object? I would like the end user to edit their reporting object and save as a 'My Report'. If I understand the process, they should then be able to right click on My Report(which is olap enabled) and choose the filters they want to use when running the report. They run the report and it works fine--until they try to use any of the olap tools or drill down through the output data. This is the error message -

0 ERROR AT OR NEAR LINE 14 IN PROCEDURE MEMFEX FOCEXEC *
(FOC262) UNBALANCED PARENTHESES
0 NUMBER OF RECORDS IN TABLE= 0 LINES= 0
0 ERROR AT OR NEAR LINE 26 IN PROCEDURE MEMFEX FOCEXEC *
(FOC3245) ERROR ON PARSING TABLE IN OLAP

If I remove the filter I defined in the reporting object, I'm able to drill down through all the output data when running 'My Report'.

The dimension is defined in the master file, which sits in the users application folder at the server level.

This is the reporting object code I retrieved off the server -

-DEFAULT &SECTION=WHERE
-IF &SECTION EQ 'WHERE' GOTO WHERE;
-IF &SECTION EQ 'SUFFIX' GOTO SUFFIX;
-IF &SECTION EQ 'FILTER0' GOTO FILTER0;
-IF &SECTION EQ 'FILTER1' GOTO FILTER1;
-IF &SECTION EQ 'FILTER2' GOTO FILTER2;
-PREFIX
-*Other
-DEFAULT &DESIGNRUN=0, &NEWOPEN=0, &OLDOPEN=0, &RUNNING=1
-*End Other
JOIN FGBTRNH.TRNH_ORGN_CD IN FGBTRNH TO ALL FTVORGN.ORGN_CODE IN FTVORGN
AS J1
JOIN FGBTRNH.TRNH_ACCT_CD IN FGBTRNH TO ALL FTVACCT.ACCT_CODE IN FTVACCT
AS J2
DEFINE FILE FGBTRNH
END
-GOTO SKIP0
-*GROUP=Fiscal Year
-*05
-FILTER0
TRNH_FSYR_CD EQ '05'
-GOTO SKIP0
-*GROUP=Fiscal Year
-*04
-FILTER1
TRNH_FSYR_CD EQ '04'
-GOTO SKIP0
-*GROUP=Account #
-*70710
-FILTER2
TRNH_ACCT_CD EQ '70710'
-GOTO SKIP0
-WHERE
WHERE ( TRNH_FUND_CD EQ '111000' );
WHERE ( TRNH_ACCT_CD GT '60000' ) AND ( TRNH_ACCT_CD LT '79999' );
WHERE (TRNH_ORGN_CD EQ '4212');
-GOTO SKIP0
-TABLE
TABLE FILE FGBTRNH
SUM TRNH_TRN_AMT
BY TRNH_FSYR_CD
BY TRNH_ORGN_CD
BY TRNH_ACCT_CD
BY TRNH_DOC_CD
ON TABLE SET AUTODRILL ON
ON TABLE SET OLAPPANE TOP
END
-GOTO SKIP0
-GRAPH
GRAPH FILE fgbtrnh
END
-GOTO SKIP0
-SUFFIX
-*Other
-*End Other
-GOTO SKIP0
-SKIP0


Any help would be appreciated-
thanks,
Donna
 
Posts: 20 | Location: Wheaton College | Registered: April 25, 2005Report This Post
Member
posted Hide Post
fyi -- thanks for the replies I received on the olap/filters issue. I heard back from ibi that using both filters and olap tools together in a reporting object unfortunately does not work.
Donna
 
Posts: 20 | Location: Wheaton College | Registered: April 25, 2005Report 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     olap enabled reporting object

Copyright © 1996-2020 Information Builders