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 in the process of upgrading to 7.7.03 Anyone having any problems with FML code? I have opened a case with IBI.
This is reading BW data - I have a fex that does not seem to process the FML code and returns 0 records.
When you run this – You get records TABLE FILE BWP_V_HIER_IS001 SUM ACT BUD ACT_YTD BUD_YTD BY CHILD_ID END Change it to this…which is the way the report runs and you get 0 records
TABLE FILE BWP_V_HIER_IS001
SUM
ACT
BUD
ACT_YTD
BUD_YTD
FOR CHILD_ID
'VLO SALAWAGS' GET CHILDREN ALL AS CAPTION LABEL R1 NOPRINT OVER 'VLO SALAWAGS' ADD ALL AS 'Salaries and Wages' LABEL R2 OVER 'VLO OVTIME' GET CHILDREN ALL AS CAPTION LABEL R1 NOPRINT OVER 'VLO OVTIME' ADD ALL AS 'Overtime' LABEL R4 OVER 'VLO EMPLPAYBEN' GET CHILDREN ALL AS CAPTION LABEL R1 NOPRINT OVER 'VLO EMPLPAYBEN' ADD ALL AS 'Employee Payroll Benefits' LABEL R6 OVER 'VLO INCENCOMP' GET CHILDREN ALL AS CAPTION LABEL R1 NOPRINT OVER 'VLO INCENCOMP' ADD ALL AS 'Incentive Compensation' LABEL R8 OVER 'VLO LOANEMPL' GET CHILDREN ALL AS CAPTION LABEL R1 NOPRINT OVER 'VLO LOANEMPL' ADD ALL AS 'Loaned Employees' LABEL R10 OVER 'VLO SEVPAY' GET CHILDREN ALL AS CAPTION LABEL R1 NOPRINT OVER 'VLO SEVPAY' ADD ALL AS 'Severance Pay' LABEL R12 OVER 'VLO OTHBENE' GET CHILDREN ALL AS CAPTION LABEL R1 NOPRINT OVER 'VLO OTHBENE' ADD ALL AS 'Other Benefits' LABEL R14 OVER 'VLO CAPOHEAD' GET CHILDREN ALL AS CAPTION LABEL R1 NOPRINT OVER 'VLO CAPOHEAD' ADD ALL AS 'Capitalized Overhead' LABEL R16
END
-EXIT
0 NUMBER OF RECORDS IN TABLE= 0 LINES= 0
This message has been edited. Last edited by: Prarie,
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005
Assuming that BWP_V_HIER_IS001 is a synonym to a database table/view and not a FOCUS file, would enabling traces to capture the underlying SQL statement shed some light into what it's doing?
Oh well, that's not too bad except for the fact that WebFOCUS is doing all of the heavy lifting instead of reying on the database for some of the stuff, but I'm not sure FML requests can easily be translated to SQL.
Anyway, can you run the SQL query directly against your database to see what results you get?