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 have a straight forward report. It shows months trended ACROSS with a column for Actual, Budget and Prior underneath each month. For a given year, I have 36 columns.
They want to have 12 months across with a row for Actual, a row for Budget and a row for Prior.
In an Excel pivot I would simply drag the 'data' area down to a vertical veiw.
Can I get this format in WebFocus with out creating a variable: Vintage with values of ACtual, Budget and Prior and defining just ONE measure: AMOUNT?
I think that would require me to do a couple APPENDS making a very straight forward process a bit more cumbersome.
It there a trick or something in the GUI I am missing?
Current code:
TABLE FILE TBLMSTR_BOG_VISITSINPATIENTOUTPATIENT SUM TBLMSTR_BOG_VISITSINPATIENTOUTPATIENT.TBLMSTR_BOG_VISITSINPATIENTOUTPATIENT.ACTVISITS AS 'Actual,Visits' TBLMSTR_BOG_VISITSINPATIENTOUTPATIENT.TBLMSTR_BOG_VISITSINPATIENTOUTPATIENT.BUDGVISITS AS 'Budget,Visits' TBLMSTR_BOG_VISITSINPATIENTOUTPATIENT.TBLMSTR_BOG_VISITSINPATIENTOUTPATIENT.PRIORVISITS AS 'Prior,Visits,' ACROSS LOWEST TBLMSTR_BOG_VISITSINPATIENTOUTPATIENT.TBLMSTR_BOG_VISITSINPATIENTOUTPATIENT.PERIOD WHERE ( TBLMSTR_BOG_VISITSINPATIENTOUTPATIENT.TBLMSTR_BOG_VISITSINPATIENTOUTPATIENT.INPATOUTPATFLAG EQ 'O' ) AND ( J0.TBLMSTR_BOGSTRUCTURE.ROLLUP_2 EQ 'Original Practices' ) AND ( J0.TBLMSTR_BOGSTRUCTURE.ROLLUP_3 NE 'Emergency Medicine' ) OR ( TBLMSTR_BOG_VISITSINPATIENTOUTPATIENT.TBLMSTR_BOG_VISITSINPATIENTOUTPATIENT.INPATOUTPATFLAG EQ 'O' ) AND ( J0.TBLMSTR_BOGSTRUCTURE.ROLLUP_2 EQ 'Non-Original Practices' ) AND ( J0.TBLMSTR_BOGSTRUCTURE.ROLLUP_3 EQ 'Clinics' ); ON TABLE SET PAGE-NUM NOLEAD ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT HTML ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * . . .This message has been edited. Last edited by: <Kathryn Henning>,