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.
To use the Date-Time functions in Dialogue Manager, you need to convert the string to a Date-Time field and then convert it back to a string after the function is processed.
It looks daunting, but if you look at each part of the DM line of code, it's easy:
HINPUT(inputlength, 'inputstring', length, outfield) - Converts an Alphanumeric String to a Date-Time Value HADD(value, 'component', increment, length, outfield) - Increments a Date-Time Value HCNVRT(value, '(fmt)', length, outfield) - Converts a Date-Time Value to Alphanumeric Format
...
WHERE DATE_TIME_COLUMN GE '&NEW_DTTM'
...
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Believe it or not, this is actually a good example of where the report painter does a good job. If you run it through that, it should put the DT() in there for you. Also, for what it's worth, in my experience, the DT() function only works with static (amper) values -- NOT with columns/defines... I believe it will actually throw an error if you try anything else.
Glad you got it working though.
Production: 7.6.6 WF Server  <=>  7.6.6 WF Client  <=>  7.6.6 Dev Studio Testing: <none> Using MRE & BID.  Connected to MS SQL Server 2005 Output Types: HTML, Excel, PDF