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 tried couple of things in DM. Including converting starttime and Endtime to in seconds as source in numeric hours value but converting back to time and adding with date I am having datatype issues in calculation. Is there a way in DM I can acheive this?
Please Let me know if more details are required.
Thanks you.This message has been edited. Last edited by: Bical,
WebFOCUS 8 Windows, All Outputs
Posts: 4 | Location: IL | Registered: September 17, 2015
Thanks I should have mentioned my source data is coming from SQL Server and Target is Greenplum. I am creating a dataflow to load the data. Is this still works
WebFOCUS 8 Windows, All Outputs
Posts: 4 | Location: IL | Registered: September 17, 2015
Thanks, I will give it a try meanwhile In my current logic I am getting error. I would like to know what am I doing wrong here.
--- Error Message--- 0 ERROR AT OR NEAR LINE 81 IN PROCEDURE __WCFEX FOCEXEC * (FOC224) SYNTAX ERROR: ; (FOC009) INCOMPLETE REQUEST STATEMENT BYPASSING TO END OF COMMAND --------------------------
Logic in DataMigrator: In select columns I am inserting below columns
1)Arrival_date = DATE(T1.ACTIVITYDATE_D ) 2)Arrival_Time = CASE WHEN T1.STARTTIME_T IS NULL THEN TIME('00:00:00.00000') ELSE TIME((EDIT(T1.STARTTIME_T , '$$99:99:00.00000' ) ) ) END
Thank you Dan, I give it a try and It worked. I am still trying to figure out why my logic didn't worked I am guessing It's bcs the space between date and time but not sure
WebFOCUS 8 Windows, All Outputs
Posts: 4 | Location: IL | Registered: September 17, 2015