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 am having trouble converting the date format on one of my report fields.
I have added the following line in my .fex:
-SET &YM=EDIT(&DATE,'9999-99-99 99:99:99');
The report data that I am working with comes in the following format (here is an example):
2015/02/17 15:42:37.087
When I run the report to test, I get the following error:
0 ERROR AT OR NEAR LINE 5 IN PROCEDURE ADHOCRQ FOCEXEC * (FOC003) THE FIELDNAME IS NOT RECOGNIZED: 05/0-5/-15 BYPASSING TO END OF COMMAND (FOC009) INCOMPLETE REQUEST STATEMENT
Any help would be greatly appreciated! Please let me know if you need any clarification on what I am trying to do.
Thanks, LewisThis message has been edited. Last edited by: lewiswhite1994,
Thank you for your responses! The next part of my question was to be able to view the fields but one hour in the past.
I have managed to get this to work with the following code:
TABLE FILE ECM_KPI_IVU_TRANS_T PRINT STATS_TIME COMPUTE MGHT/HYYMDS = HADD(STATS_TIME, 'HOUR', -1, 8, 'HYYMDS'); WHERE RECORDLIMIT EQ 2 END
When I run the .fex, I do get a column with the time correctly one hour in the past, however, the format still shows seconds. How can I get rid of the seconds? Here is the output (First column is above, and second column is shown below it):