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 want to place filter in a MasterFile and that filter should work only for specific column that I select in report. If I don't select or use that Specific column then filter shouldn't be applicable. I want this to happen dynamically based on Column selection.
For eg: I've 3 columns as ROLL12 and YTD and CNT_ACCT(account count). If I select ROLL12(rolling 12 months) then report should run for last 12 months without filter and if I select YTD(year to date) then report should run for only Jan to June where filter should apply and run report for only year to date data.
FYI... I've null values in YTD for previous year
Note: User will be using INFOASSIST and I don't want user to apply filter, so this should happen dynamically based on column selection by user.This message has been edited. Last edited by: <Kathryn Henning>,
WebFOCUS 8.1.03 Windows, Linux All Outputs
Posts: 46 | Location: India | Registered: August 18, 2011
If your table hold less than 2 years of data, then you can have a DEFINE field for ROLL12 and YTD. Use IF THEN ELSE to limit the data in ROLL12 and YTD.
Ram, If I use Define then ultimately I need to use in Filter condition which is not recommended for users to do. For me it should be dynamic filtering based on column selection in PRINT clause.
WebFOCUS 8.1.03 Windows, Linux All Outputs
Posts: 46 | Location: India | Registered: August 18, 2011