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 can't get this PDF report to line up on the left, sort of like this:
Encounter Type Beneficiary Group # Visits Percent Day Surgery Beneficiary-AN/IA/CO 988 98.8% Employee 6 .2% Other 6 1.0% Total: Day Surgery 1001 100.0% Emergency Beneficiary-AN/IA/CO 4612 97.7% Employee 22 .4%
etc. etc. I can copy the real thing. It company and it's PDF.
See how the Subtotal sticks out on the left? (addendum: no you can't thanks to the group formatting. Sigh. Trust me, it does) It doesn't do it in the regular report. Just the PDF. It's driving me crazy. This is the report:
SET COMPONENT='report1' -*component_type report TABLE FILE VISITSBYBENEFIT SUM VISITSBYBENEFIT.VISITSBYBENEFIT.TOTALVISITS NOPRINT BY VISITSBYBENEFIT.VISITSBYBENEFIT.ENCOUNTER_TYPE AS 'Encounter Type' SUM VISITSBYBENEFIT.VISITSBYBENEFIT.TOTALVISITS AS '# Visits' COMPUTE Percentage/P5.1% = 100 * C2 / C1; AS 'Percent' BY VISITSBYBENEFIT.VISITSBYBENEFIT.ENCOUNTER_TYPE AS 'Encounter Type' BY VISITSBYBENEFIT.VISITSBYBENEFIT.BENEFICIARYGROUP2 AS 'Beneficiary Group'
ON VISITSBYBENEFIT.VISITSBYBENEFIT.ENCOUNTER_TYPE RECOMPUTE AS 'Total: '
FOOTING "Report Selections:" "Organization: &OrganizationX" "Facilities: &FACILITYX" "Encounter Type: &ENCOUNTER_TYPEX" "Date Range: &START_YR_MO - &END_YR_MO" "Run on &DATEMDYY" WHERE VISITSBYBENEFIT.VISITSBYBENEFIT.FACILITY EQ &FACILITY.(OR(FIND VISITSBYBENEFIT.VISITSBYBENEFIT.FACILITY IN VISITSBYBENEFIT |FORMAT=A50V)).FACILITY:.; WHERE ( VISITSBYBENEFIT.VISITSBYBENEFIT.YR_MO GE '&START_YR_MO.(FIND VISITSBYBENEFIT.VISITSBYBENEFIT.YR_MO IN VISITSBYBENEFIT).Start Date:.' ) AND ( VISITSBYBENEFIT.VISITSBYBENEFIT.YR_MO LE '&END_YR_MO.(FIND VISITSBYBENEFIT.VISITSBYBENEFIT.YR_MO IN VISITSBYBENEFIT).End Date:.' ); WHERE VISITSBYBENEFIT.VISITSBYBENEFIT.Organization EQ &Organization.(OR(FIND VISITSBYBENEFIT.VISITSBYBENEFIT.Organization IN VISITSBYBENEFIT)).Organization:.; WHERE VISITSBYBENEFIT.VISITSBYBENEFIT.ENCOUNTER_TYPE EQ &ENCOUNTER_TYPE.(OR(FIND VISITSBYBENEFIT.VISITSBYBENEFIT.ENCOUNTER_TYPE IN VISITSBYBENEFIT |FORMAT=A50V)).ENCOUNTER_TYPE:.; ON TABLE SET PAGE-NUM NOLEAD ON TABLE SET ASNAMES ON ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT PDF ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * SQUEEZE=ON, INCLUDE = IBFS:/WFC/Repository/RDFTemplates/Common/sty/angular_modified.sty, $ TYPE=REPORT, LINES-PER-PAGE=UNLIMITED, CALC-LOCATION=TOP, $ TYPE=FOOTING, JUSTIFY=LEFT, FONT='ARIAL', SIZE=9, STYLE=NORMAL, $ TYPE=REPORT, COLUMN=N1, SQUEEZE=2.605556, $
ENDSTYLE END COMPOUND END
There's a pie chart above this which seems to be working fine. I'm using AppStudio 8.2.04This message has been edited. Last edited by: mbondr,
WebFOCUS 8.2.04 (and climbing) Windows 10, AppStudio