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.
Good afternoon all, I have a SSAS cube that I am reporting from. 4 Dim tables 1 fac table. I have a fex that produces a report for 'Current Period' but not for 'year to date' These are values for a filed call Period to date calc. Here is a simplified version of the code, the original is way to long and parameterised to put here.
TABLE FILE REV PRINT OPERATION Year Month Balance Scenario_Name Account_Type Account_Description11 GROUP_ID1 REGION_ID11 OPERATION_ID1 LOCATION REGION_ID11 OPERATION_ID1 LOCATION Display_Date11 WHERE Scenario_Name11 EQ 'ACTUALS' OR 'BUDGET' OR 'LAST YEAR'; WHERE Account_Type EQ 'STATISTICAL' OR 'TRANSIENT'; WHERE Period_To_Date_Calc11 EQ 'Year to Date'; WHERE Month EQ '5'; WHERE Year EQ '2014'; WHERE MARKET21 EQ '_FOC_NULL'; WHERE LOC_TYPE1 EQ '_FOC_NULL'; WHERE SAMESTORE11 EQ '_FOC_NULL'; WHERE CONSOLIDATING EQ 'Y' WHERE GROUP_ID11 EQ 'S3'; END
This produces a hold file that I report from. or it does for one of the two values.This message has been edited. Last edited by: <Kathryn Henning>,
I noticed that in some cases, you are filtering on one iteration of a column (e.g. Scenario_Name11) and displaying a different column (e.g. Scenario_Name). Have you tried filtering and displaying using the same column? Are you the actual cube or a local "cub" (local) file?