Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     (closed)Calendar in HTML composer

Read-Only Read-Only Topic
Go
Search
Notify
Tools
(closed)Calendar in HTML composer
 Login/Join
 
Platinum Member
posted
Hi all; I am using HTML composer and would like to utilize the calendar for date selection. I created the code below a s a test to try and create a beginning and ending range.

It seems like I saw a demo one time where you could set a range from to but I am unable to find any docs re: this specifically on tech support of the forum . I can find a lots of references to 7703 HTML composer and I have done a word search in the docs supplied re: HTML composer. Any guidance will be appreciated. I get zero records back. The database field format is HYYMDS do I need to set the define to one of the formats available in composer?

Thanks


DEFINE FILE AS_ADMISSIONS_APPLICATION
BEG_DATE/HYYMDS=AS_ADMISSIONS_APPLICATION.AS_ADMISSIONS_APPLICATION.LATEST_DECISION_DATE;
END_DATE/HYYMDS=AS_ADMISSIONS_APPLICATION.AS_ADMISSIONS_APPLICATION.LATEST_DECISION_DATE;
END
TABLE FILE AS_ADMISSIONS_APPLICATION
PRINT
AS_ADMISSIONS_APPLICATION.AS_ADMISSIONS_APPLICATION.PERSON_UID
AS_ADMISSIONS_APPLICATION.AS_ADMISSIONS_APPLICATION.LATEST_DECISION_DATE
AS_ADMISSIONS_APPLICATION.AS_ADMISSIONS_APPLICATION.APPLICATION_STATUS_DATE
WHERE ( AS_ADMISSIONS_APPLICATION.AS_ADMISSIONS_APPLICATION.BEG_DATE GE DT(&BEG_DATE) ) AND ( AS_ADMISSIONS_APPLICATION.AS_ADMISSIONS_APPLICATION.END_DATE LE DT(&END_DATE) );
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = endeflt,
$
ENDSTYLE
END

This message has been edited. Last edited by: Geoff Fish,


809 DevStudio, MRE, Report Caster , Report Library
Output: Excel PDF, HTML
 
Posts: 171 | Registered: April 28, 2008Report This Post
Member
posted Hide Post
When you create the calendar object right mouse click on it and select properties to set the date range.


WebFOCUS 8.1.0.5m
 
Posts: 26 | Registered: October 09, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     (closed)Calendar in HTML composer

Copyright © 1996-2020 Information Builders