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.
You can't use DATEMOV on I8YYMD dates. You can only use it on smart dates.
You need to convert your system date to a smart date first, use DATEMOV and then convert it back. I do this sort of thing all the time and it works.
-SET &DATE1=DATECVT(&YYMD,'I8YYMD','YYMD'); -SET &CURBOM=DATEMOV(&DATE1,'BOM'); -SET &DATE2=DATECVT(&CURBOM,'YYMD','I8YYMD');This message has been edited. Last edited by: N.Selph,
I can't believe how much faster my queries are running when I use global variables rather than prompts in the criteria!This message has been edited. Last edited by: ColdWhiteMilk,
Not to sound mean, but I want to correct your verbaage. You are creating "local" variables, not "global". Global variables start with 2 ampersands, local variables start with 1. Local variables only exist for the current procedure, where global variables remain in effect for all procedures executed during an entire WF session.
WF 7.7.05 HP-UX - Reporting Server, Windows 2008 - Client, MSSQL 2008, FOCUS Databases, Flat Files HTML, Excel, PDF