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'm pulling data from Metadata. I then save the data to a hold file. (On table Hold As MD)
From there I try creating a chart. I select the MD as the Master File. I then get an error saying: Code: 1108 Type: xFDMinit Error with master file: MD.
I already decreased the name length of my master file to only 2 letters.
If I create a chart from the Metadata it will create fine however I need to join two metadata together to get the result set I'm looking for.
ThanksThis message has been edited. Last edited by: KellyT,
Prod: WebFOCUS 8.2.0.4 OS: Windows Outputs: HTML, PDF, Excel, PPT In Focus since 2005
I did the WHENCE and it was showing only one MD in a different location. So I added APP Hold metricsdash to put the hold tables into the correct folder.
I added the Index and that didn't help.
I did have it as ON TABLE HOLD MD FORMAT FOCUS however it was getting the error so had removed the Format Focus portion. Readded and still getting same error.
Prod: WebFOCUS 8.2.0.4 OS: Windows Outputs: HTML, PDF, Excel, PPT In Focus since 2005
-SET &ECHO = ALL;
APP HOLD metricsdash
JOIN
MDFLEETREPORTDEV.MDFLEETREPORTDEV.FLEETID IN mdfleetreportdev TO MULTIPLE
MDFLEETDEV.MDFLEETDEV.FLEETID IN mdfleetdev TAG J0 AS J0
END
DEFINE FILE MDFLEETREPORTDEV
TODAY/YYMD=&YYMD;
REPORTBEGIN/YYMD=DATEADD(TODAY,'M',-6);
beginDateConv/YYMD=HDATE(MDFLEETREPORTDEV.MDFLEETREPORTDEV.BEGINDATE, 'YYMD');
END
TABLE FILE MDFLEETREPORTDEV
PRINT
MDFLEETREPORTDEV.MDFLEETREPORTDEV.FLEETID
MDFLEETREPORTDEV.MDFLEETREPORTDEV.BEGINDATE/HMDYY AS 'FleetBeginDate'
MDFLEETREPORTDEV.MDFLEETREPORTDEV.MILES AS 'FleetMiles'
MDFLEETREPORTDEV.MDFLEETREPORTDEV.TRUCKS AS 'FleetTrucks'
COMPUTE milestruck/D12.2 = MDFLEETREPORTDEV.MDFLEETREPORTDEV.MILES / MDFLEETREPORTDEV.MDFLEETREPORTDEV.TRUCKS; AS 'FleetMilesTrucks'
J0.MDFLEETDEV.CSRTYPE
BY LOWEST MDFLEETREPORTDEV.MDFLEETREPORTDEV.FLEETID NOPRINT
WHERE ( fleetId EQ &fleetId ) AND ( MDFLEETREPORTDEV.MDFLEETREPORTDEV.beginDateConv GE REPORTBEGIN ) AND ( J0.MDFLEETDEV.CURRENTFLEETIND EQ 'Y' );
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET ASNAMES ON
ON TABLE NOTOTAL
ON TABLE HOLD AS MD FORMAT FOCUS
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = enblue_theme,
$
TYPE=DATA,
SIZE=8,
BACKCOLOR=( 'WHITE' RGB(235 235 255) ),
$
TYPE=TITLE,
SIZE=9,
COLOR='WHITE',
BACKCOLOR=RGB(45 111 205),
STYLE=-UNDERLINE+BOLD,
$
ENDSTYLE
END
-*WHENCE MD FOCUS
Prod: WebFOCUS 8.2.0.4 OS: Windows Outputs: HTML, PDF, Excel, PPT In Focus since 2005
I found a case that this is a known issue in WF 8.1.04 and is resolved in 8.1.05 and higher.This message has been edited. Last edited by: FP Mod Chuck,
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005