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 have a date field in YYMD format. I want to use it in a Where filter for a report, so I created a filtering condition, setting the prompt as a dynamic parameter, and test it.
When I run it the code I get a drop down of dates like:
I have a date field in YYMD format. I want to use it in a Where filter for a report, so I created a filtering condition, setting the prompt as a dynamic parameter, and test it.
When I run it the code I get a drop down of dates like:
Like many WF developers, I feel very restricted by the "limits" of developing reports in InfoAssist. Can anyone suggest how I can get these dates to display sorted by year in the filter ?
Thank you. Like many WF developers, I feel very restricted by the "limits" of developing reports in InfoAssist. Can anyone suggest how I can get these dates to display sorted by year in the filter ?
Thank you.This message has been edited. Last edited by: FP Mod Chuck,
I just tested this and the Autoprompt for the YYMD field shows a drop down of YYMD (e.g. 2011/12/20) not MDYY. Could you please show us what InfoAssist code generated looks like for the WHERE test? My WHERE test looks like this:
WHERE WF_RETAIL.WF_RETAIL_TIME_SALES.TIME_DATE_DAY_COMPONENT EQ &TIME_DATE_DAY_COMPONENT.(FIND RETAIL_SAMPLES/WF_RETAIL.WF_RETAIL_TIME_SALES.TIME_DATE_DAY_COMPONENT IN RETAIL_SAMPLES/WF_RETAIL |FORMAT=YYMD,SORT=ASCENDING,REQUIRED=TRUE).Day:.QUOTEDSTRING;
Note the FORMAT=YYMD in the WHERE test. I'm wondering what yours generates.
WebFOCUS 8206, Unix, Windows
Posts: 1853 | Location: New York City | Registered: December 30, 2015
I had to create an expression to solve this problem. As you know there is NO documentation on how to do this so you have to play around and enjoy the fickle fate of FOCUS.