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.
Any one know how to display date in three letter month and two digit year format. I have date like 12/01/2004 I need to display it as Dec 04 (No comma only a space between month and year). I would appreciate if any one can help me in getting this done. Thanks, kj
for got to mention that I need to display it in graphs. I know how to do this in Tabular reports. I tried the same approach in graphs but loosing the order.
Pietro, Thanks for your response. But when you sort it based on DT5 in graph, it will do alpha sort not a date sort. In tabular reports we can do with date sort NOPRIT option. I am not sure if NOPRINT will work in graphs. I have to try this option.
take your date and make it i8yymd , from which you can make it a date-time format, then you can format it very nicely, no comma. DEFINE FILE whatever NEWTIME/HYYMDIA=DT(&YYMD 12:00AM); NICEDAY/HMtD = NEWTIME;
will give you Aug 24 for NICEDAY ... well, if it IS Aug 24 see this postThis message has been edited. Last edited by: Kerry,
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003