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.
Hi guys, im kinda new to Webfocus Infoassist (BI portal). And I have 2 questions to ask. 1. Can a report automatically shift under another report?
Report 1* Please ignore the asterisk -------------------------------------------------------------------------------------------------------------------- |Item 1*******|*vLow*|*Low*|*Avg*|*High*|*vHigh*|*Description******************| -------------------------------------------------------------------------------------------------------------------- |Sugar Level **|******|*****|**O**|******|*******|Sugar level is at a normal level, *| |************|******|*****|*****|******|*******|please continue to moderate your| |************|******|*****|*****|******|*******|diet.***********************| -------------------------------------------------------------------------------------------------------------------- *Move report 2 directly under report 1
Report 2* Please ignore the asterisk -------------------------------------------------------------------------------------------------------------------- |Item 2 ******|*vLow*|*Low*|*Avg*|*High*|*vHigh*|*Description*****************| -------------------------------------------------------------------------------------------------------------------- |Blood Pressure|******|*****|*****|******|***O**|Blood pressure is at a High level,| |************|******|*****|*****|******|******|please refer..........************| --------------------------------------------------------------------------------------------------------------------
And there will be like report 3, 4 and so on.
2. As you can see from the example on top. The "description" will be a long text is there a way to make it wrap? I did search on WRAP=X.XX. However, everytime after I edit my document and save the code that I typed in at Text Editor will change to COLUMN=N1, WRAP=OFF, $. is there a way to remind the code? and also is there a way to make all Report to have the same size and let it auto wrap if needed to be?
*I using document, pdf format. Sorry for the long messages. It will be great if someone can help me here.
Thanks alot!This message has been edited. Last edited by: FP Mod Chuck,
1. You can combine multiple reports/charts in a Document. So, essentially, you create a bunch of reports and then assemble them in a Document that'll show them one after the other or side by side. 2. I believe Wrap will work for text fields. I think the syntax is TXn where n is the total length.
WebFOCUS 8206, Unix, Windows
Posts: 1853 | Location: New York City | Registered: December 30, 2015
Thank you for your reply. I have created a bunch of reports within a page of a document. As you can see the last column "Description" will be a dynamic text depending on the statuses (vlow,low and so-on), so it could be long (5 lines with wrap) or short (maybe 3 lines with wrap).
I would like to know is it possible to have the report to pick up the end point of the previous report and display itself underneath it?
For question 2. I found a "workaround" i simply created a style template with wrap function coded in it. And direct the documents' report theme to that template.
If the output format is html I think this is what you want.
TABLE FILE CAR SUM CAR.BODY.RETAIL_COST CAR.BODY.SALES BY CAR.ORIGIN.COUNTRY BY CAR.COMP.CAR ON TABLE SET PAGE-NUM NOLEAD ON TABLE SET ASNAMES ON ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT HTML ON TABLE SET HTMLEMBEDIMG ON ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * INCLUDE = IBFS:/EDA/EDASERVE/_EDAHOME/ETC/endeflt.sty, $ ENDSTYLE END TABLE FILE CAR SUM CAR.BODY.SEATS BY CAR.ORIGIN.COUNTRY BY CAR.COMP.CAR BY CAR.CARREC.MODEL ON TABLE SET PAGE-NUM NOLEAD ON TABLE SET ASNAMES ON ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT HTML ON TABLE SET HTMLEMBEDIMG ON ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * INCLUDE = IBFS:/EDA/EDASERVE/_EDAHOME/ETC/endeflt.sty, $ ENDSTYLE END
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
Thank you for your reply , my output is pdf. Just found the solution to my question 1, didnt know it's call Relative positioning. Hahaha, kinda of new to WebFocus.