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 job that I am running, but the .txt file that is being sent has two spaces on every line at the beginning of the line. Is there any way to remove these or change them? Thanks.
TABLE FILE CAR
PRINT
MODEL
BODYTYPE
DEALER_COST
BY CAR
ON CAR SUBFOOT
"TEST"
ON TABLE SET HOLDLIST PRINTONLY
ON TABLE SET PAGE-NUM NOPAGE
-*ON TABLE HOLD AS TEST FORMAT ALPHA
END
This message has been edited. Last edited by: <Emily McAllister>,
WebFOCUS 7.6 Windows, All Outputs
Posts: 26 | Location: Atlanta, GA | Registered: July 13, 2012
I created a Reportcaster job with .txt file extension referencing this fex.
TABLE FILE CAR
PRINT
MODEL
BODYTYPE
DEALER_COST
BY CAR
ON CAR SUBFOOT
"TEST"
ON TABLE SET HOLDLIST PRINTONLY
ON TABLE SET PAGE-NUM NOPAGE
-*ON TABLE HOLD AS TEST FORMAT ALPHA
ON TABLE SET STYLE *
TYPE=REPORT,LEFTMARGIN=0,LEFTGAP=0,$
ENDSTYLE
END
I have tried all .txt report formats, and while ALPHA excludes the spacing, it doesn't factor in the SUBFOOT.This message has been edited. Last edited by: Jonathan K.,
WebFOCUS 7.6 Windows, All Outputs
Posts: 26 | Location: Atlanta, GA | Registered: July 13, 2012
Whenever I do a hold/save I lose the subfoot formatting as Waz has stated.
Simply doing:
TABLE FILE CAR
PRINT
MODEL
BODYTYPE
DEALERCOST
END
Creates 2 spaces at the start of every row using TAB/TABT/WP .txt formats. Only report format that doesn't do this is Alpha, but as stated earlier, it doesn't support headings, footings, etc.This message has been edited. Last edited by: Jonathan K.,
WebFOCUS 7.6 Windows, All Outputs
Posts: 26 | Location: Atlanta, GA | Registered: July 13, 2012
Like Waz stated you should not be seeing the spaces at the beginning of your file if you are using format TABT. I'm not seeing the spaces when I run it so I am not sure why you are. Do you have them even when you do not have a SUBFOOT?