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 scenario where i need to display the current local date and time for an active html report.
User enters a region and some other criteria's to generate the report. We also need to display the exact date and time at which it was run. I tried to get the time based on the market region which he selects(finding the time difference b/w market selected and EST time from webfocus).
But the issue is that, we need to generate the local time irrespective of market selected. Is there any way to capture time from his/her machine instead.
Eg : If a user runs a report for Germany region but he is in Italy he needs Italy's time instead of Germany.
User will be able to select only one region at runtime. Any ideas?
Thanks KrishnaThis message has been edited. Last edited by: Penubarthi,
User will be able to select only one region at runtime. Any ideas?
Its little confusing, do you want to publish time based upon the region for which report is generated or based upon the location from where user is generating the report. In later case, we need to know the location from where user is generating the report.This information can be stored in some table, and further based upon the time zone difference the date/time can be manipulated to be displayed in the report.