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 the following compound report outputting to PDF and I have a request to output it to HTML so it can be put in an email in-line. However when I change the PCHOLD output to HTML for all my .fex files and the compound report, it doesn't work.
Any help on how to achieve the HTML output would be greatly appreciated. Thanks in advance!
I assume your suggesting change the PDF to HTML? Not sure if that's what you're getting at but that was the first thing I tried, which didn't work out.
Now, whether this will actually give you what you're expecting is another story ....
Hence the above comment.
I don't think that there is a method (easy) to utilise the same COMPOUND procedure to switch between PDF and HTML outputs.
The individual procedures that provision the content, of course, should be reusable owing to the override of the PCHOLD format, but if you want a (half decent or otherwise) output in HTML then I would be inclined to either control it yourself within a full HTML document between -HTMLFORM BEGIN and -HTMLFORM END DM code or build an HTML document using composer.
I'm sure there are many other contributors on here that will think differently (potentially down to skills etc.) and no doubt a few will share their thoughts etc. very shortly ....
Unless they have already hit weekend mode
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
Now, whether this will actually give you what you're expecting is another story ....
Hence the above comment.
I don't think that there is a method (easy) to utilise the same COMPOUND procedure to switch between PDF and HTML outputs.
T
I'm playing around with this and am beginning to see your point. It looks to me like you have to basically create a whole new set of reports formatted to output in HTML and PDF separately to get the exact same looking report. I'm sure there's a proper method for handling multiple formats but since I'm a novice user, I haven't gained enough experience points to level up to getting the magic sword of formatting..lol