Focal Point
[SOLVED] 8206 Chart Error

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7517088296

March 17, 2020, 06:08 PM
drewtollenaar
[SOLVED] 8206 Chart Error
I am trying to build a chart in InfoAssist from a report I've created, and I get the following error:


Code: 2043 Type: xPropertiesQuery
unable to retrieve chart container(IA_200317_175620-1)


Here is the code for the report I'd like to graph:


-*COMPONENT=Join_J002
JOIN FILE testhold AT TESTHOLD.SEG01.Historical_PC
TO UNIQUE FILE abserrorstdevhold AT ABSERRORSTDEVHOLD.SEG01.Historical_PC TAG J002 AS J002
WHERE TESTHOLD.SEG01.Historical_PC EQ J002.SEG01.Historical_PC;
END
-DEFAULTH &WF_SUMMARY='Summary';
-DEFAULTH &WF_TITLE='WebFOCUS Report';
TABLE FILE testhold
SUM TESTHOLD.SEG01.MAPE
TESTHOLD.SEG01.MAD
TESTHOLD.SEG01.All_Bill_Miles
TESTHOLD.SEG01.Forecast
J002.SEG01.MAPE
J002.SEG01.MAD
J002.SEG01.AbsErrorStDev
BY TESTHOLD.SEG01.Historical_PC
BY TESTHOLD.SEG01.Historical_Period_Ending
BY TESTHOLD.SEG01.Filter
ON TABLE PCHOLD FORMAT HTML
ON TABLE NOTOTAL
ON TABLE SET CACHELINES 100
ON TABLE SET BYDISPLAY ON
ON TABLE SET GRWIDTH 1
ON TABLE SET STYLE *
INCLUDE=IBFS:/FILE/IBI_HTML_DIR/ibi_themes/Flat.sty,$
TYPE=REPORT, TITLETEXT=&WF_TITLE.QUOTEDSTRING, SUMMARY=&WF_SUMMARY.QUOTEDSTRING, $
ENDSTYLE
END

-RUN


I am using and joining multiple hold files within this report. Additionally, we recently upgraded to 8206 and this report contains some FORECAST_SEASONAL and STDDEV functions, which were unavailable in our previous version.
Not sure if those might attribute to the error.

Please advise.

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


WebFOCUS Enterprise Edition Product 8.2
March 17, 2020, 08:54 PM
BabakNYC
Does this report produce an HTML output? If so, we should probably look at the GRAPH portion after you HOLD the output because the error you are describing seems to be coming from GRAPH FILE....


WebFOCUS 8206, Unix, Windows
March 18, 2020, 11:26 AM
FP Mod Chuck
drew

The only hits I get for this error on techsupport are for version 7.7 from years ago. I don't see any GRAPH FILE posted here? Can you reproduce this with any of the IBI sample files?


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
March 18, 2020, 11:35 AM
drewtollenaar
I was able to fix the error by creating a chart from the hold file rather than create a chart from the hold report. Thank you for the assistance.


WebFOCUS Enterprise Edition Product 8.2