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 need to create a report where I just need subset of data from meta data,so I created a View. Now I realized that my date field in meta data is A10. I want to convert this field to YYMD and create a filter where date > 01-01-2010. However, when I add the virtual field i am getting error when I want to look at sample data. Any suggestions?This message has been edited. Last edited by: Kerry,
I am not sure and yes it is date in the database. So lets say I change the formate for the column to YYMD and usage YYMD. I am still not able to write the filter. So many problems with date manipulation. I can do these things so easily using SQL or SQL SRS.
Please show us the masterfile content, your TABLE FILE statement, the SQL statement generated by the trace or whatever errors you're getting. That'll eliminate the guess-work.
lease show us the masterfile content, your TABLE FILE statement, the SQL statement generated by the trace or whatever errors you're getting. That'll eliminate the guess-work.
FIELDNAME=DATE, ALIAS=Date, USAGE=DATE, ACTUAL=DATE,
MISSING=ON, $
FILTER FILTER1 WITH DIM_TIME.DIM_TIME_KEY=DATE GT 01-01-2010 AND DATE LT &DATE; $
You are right NJSDEN. I was wrong. its accepinting the filter value. However, when I access parameter screen its still showing me all dates instead of filterdated.
For example: Date field has dates from 2004 to 2012. I only wana see dates between 2010 & todays date. I was assuming this filter will limit the data, but I think I am using filters wrongly. DO i need to associate this filter with the column? Arif