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.
I have the following two graphs in the same procedure. If I comment one of them out, the other one runs fine. However, if I run both of them at the same time, I get IBIF_max_messages error. Can someone tell me what I am doing wrong here. Thanks.
TABLE FILE CACHE_REGION_SALES_BY_COSTCENTER_MONTH_TEST_3 SUM MAX.ACC_PER2 BY ACC_PER1 NOPRINT WHERE ACC_PER1 GE '&STARTYRMN12' AND IDCSTS EQ '&COSTCENTERDRILL' ON TABLE SAVE END -RUN
-SET &CNTR=0; -RUN
-SET &MAXVALUES=&LINES;
-MRNOEDIT BEGIN
GRAPH FILE CACHE_REGION_SALES_BY_COSTCENTER_MONTH_TEST_3 SUM CC_CURRENTYTD_SALES AS 'Sales $' WHERE ACC_PER1 GE '&STARTYRMN12' ACROSS ACC_PER2 AS 'Accounting Period' COLUMNS -READMORE -READ SAVE &ACC_PER2.A12. NOCLOSE -IF &IORETURN NE 0 GOTO DONE; -SET &CNTR=&CNTR +1; -SET &ANDCOLUMN.&CNTR= IF &CNTR EQ &MAXVALUES THEN '''&ACC_PER2.EVAL''' -ELSE '''&ACC_PER2.EVAL''' || (' AND') ; &ANDCOLUMN.&CNTR -GOTO READMORE -DONE
ON GRAPH HOLD AS GRAPHE FORMAT HTMTABLE ...... ..........
TABLE FILE CACHE_REGION_SALES_BY_COSTCENTER_MONTH_TEST_3 SUM MAX.ACC_PER2 BY ACC_PER1 NOPRINT WHERE ACC_PER1 GE '&STARTYRMN12' AND IDCSTS EQ '&COSTCENTERDRILL' ON TABLE SAVE END -RUN
-SET &CNTRA=0; -RUN
-SET &MAXVALUESA=&LINES;
-MRNOEDIT BEGIN
GRAPH FILE CACHE_REGION_SALES_BY_COSTCENTER_MONTH_TEST_3 SUM CC_GROSS_MARGIN_YTD AS 'GP MTD' WHERE ACC_PER1 GE '&STARTYRMN12' ACROSS ACC_PER2 AS 'Accounting Period' COLUMNS -READMOREA -READ SAVE &ACC_PER2.A12. NOCLOSE -IF &IORETURN NE 0 GOTO DONE; -SET &CNTRA=&CNTRA +1; -SET &ANDCOLUMN.&CNTRA= IF &CNTRA EQ &MAXVALUESA THEN '''&ACC_PER2.EVAL''' -ELSE '''&ACC_PER2.EVAL''' || (' AND') ; &ANDCOLUMN.&CNTRA -GOTO READMOREA -DONE
ON GRAPH HOLD AS GRAPHF FORMAT HTMTABLE ..... .......This message has been edited. Last edited by: Kerry,
WebFOCUS 7.6.10 Windows all output (Excel, HTML, PDF)