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 created a Active report format. It works great until someone tries to enact the rollup function, where an the good 'ol error is thrown on the browser, "'length' is null or not an object" in line 1 char 1. Does anyone know how to fix this or what is wrong with my data to cause this? It would be really nice to be able to use the rollup function.
An example of what I might do is Rollup Cost by Date.
Thanks,This message has been edited. Last edited by: Kerry,
WebFOCUS 7.7.2: Windows 7: all output (Excel, HTML, PDF)
The thing about it is, I have several other reports in Active Report format that work fine when using the rollup function. As such, I'm sure an example in CAR OR GGSALES would probably work also. I'm trying to figure out exactly which metrics are causing the problem. I was only wondering if someone had previously experienced this problem, and whether or not they could pinpoint the cause. I will update the thread with my findings (if any).
WebFOCUS 7.7.2: Windows 7: all output (Excel, HTML, PDF)
I figured out the one thing that is causing issues. When I create a table of contents using ON TABLE SET COMPOUND 'BYTOC 2', the Rollup and Pivot functionalities return 'length' is null or not an object errors.
TABLE FILE CAR PRINT CAR.ORIGIN.COUNTRY CAR.COMP.CAR CAR.CARREC.MODEL CAR.SPECS.MPG CAR.SPECS.FUEL_CAP ON TABLE SET PAGE-NUM NOLEAD ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT AHTML ON TABLE SET COMPOUND 'BYTOC 2' ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * INCLUDE = endeflt, $ TYPE=REPORT, LINES-PER-PAGE=20, $ ENDSTYLE END
I would still prefer to use the table of contents as my report is delivering 30 days worth of data, and the contents allow easy reference. Does anyone know how to fix this now?
WebFOCUS 7.7.2: Windows 7: all output (Excel, HTML, PDF)