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.
Hello, I have never done this before, so if i post something weird or incorrectly. Sorry. Could someone please help me join a date to a time in App Studio. The date is in MDYY i.e 06/04/2017 and the time is in HHISsm i.e. 03:39:05:000000. I really would like to get data that is just M/D/YY H:M:Sec i.e. "06/04/2017 03:39:05"
Thank you again and sorry if i posted this in the wrong place. -EvanThis message has been edited. Last edited by: FP Mod Chuck,
Thank you both for your replies. Chuck, sorry but I do not have access to alter the master files. I am just a user.
Neelima, I tried your code, but when I am in the define, it gives me an error regarding the TM/A15 define. When I plug in my data fields it gives me the following error: (FOC282) RESULT OF EXPRESSION IS NOT COMPATIBLE WITH THE FORMAT OF FIELD: TM
Here is my code for the define DEFINE FILE A_TRANS_DLY ADD DT/YYMD=A_TRANS_DLY.DATE_POSTED.DTE; TM/A15=A_TRANS_DLY.TIME_EFFECTIVE.TIME_VAL; DT1/A8YYMD=DT; TM1/A15=EDIT(TM,'99$:99$:999999999'); DTTM1/A24=DT1 | ' ' | TM1; DTTM2/HYYMDm=HADD(DT(20090414 12:40:41.625652), 'HOUR', 36, 10, 'HYYMDm'); END
Hi Chuck, Sorry I wasn't clear with my question regarding the hiding. I should have said, "Which two fields? Also I do not understand how setting the two fields to invisible/NOPRINT will avoid the error caused in the define, could you explain that more please?"
The error I am getting in the define is (FOC282) RESULT OF EXPRESSION IS NOT COMPATIBLE WITH THE FORMAT OF FIELD: TM
The field TM is data from a master file in format HHISsm i.e. 03:39:05:000000
Thank you for any help and insight. I appreciate both of your assistance.