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.
We have created WebFOCUS AdHoc tool for quick data testing - where you give him synonym and are abel to report on top of it. Good old - make everything into BY / SUM / ACROSS variables. But now we have ended up in situation that end users have started using it even more widly and some Business Analyst know that we have "Relative dates" calculations on WebFocus session. Variables where we calculate different dates for example &THISYRMN (current year/month), &PRV_MNT_END (previouse month end), &YST_LST_YR (yesterday last year) etc. They have used these variables in InfoAssist where statements. Now these business people are requesting that other not so advanced business users who use this AdHOC tool could be able to use these variables aswell, but now it seems WebFOCUS is not resolving these variables.
Quick example how its built up: HTML passes &FILTERS variable to report and its value is following "WHERE YEARMONTH EQ '&THISYRMN'";
So everything seems OK but WebFOCUS is now thinking that &THISYRMN is string not variable - my idea was that this is either going to give me prompt or atleast replacing the "&THISYRMN" with correct value.
Anyway If anyone as idea or maybe can give me other idea how to solve this please respond.
Regards,This message has been edited. Last edited by: <Emily McAllister>,
Release: WebFOCUS 8104, AppStudio: 8105 OS: Windows Output: HTML,Excel,Active Reports
From where does &FILTERS is coming from ? How does &FILTERS is generated ?
Im building this in JS: Listbox with "FIELDS" then listbox with "OPERATORS" (EQ,NE,IN, etc) Inputfield or "Listbox" for values. So I take all these 3 html elements together and put it into another listbox what looks like
WHERE <field> <operator> 'value';
Ill give your idea try.
Release: WebFOCUS 8104, AppStudio: 8105 OS: Windows Output: HTML,Excel,Active Reports