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.
Does anyone know the proper syntax to use or have an example I can work off of?
I want to use SHOW TO BOTTOM. I take it you have to specify a field value and SHOW TO BOTTOM off of that. The link talks about using a WHEN filter, which i am not familiar with.
would it be something like:
TABLE FILE DM
SUM
Numbers
BY GL_Account_Finance_Tree_name HIERARCHY WHEN GL_Account_Finance_Tree_name EQ 'Revenue' SHOW TO BOTTOM
BY Date_Calendar_Month NOPRINT
Thanks!This message has been edited. Last edited by: Nicholas Spyrison,
_____ WF 8.1.04 Win 7// Windows Server 2012 R2 SASS OLAP Cube
(FOC11207) ERROR IN THE QUERY:
(FOC11309) "IF" AND "WHERE" TESTS DO NOT COMBINE WITH "BY HIERARCHY": [GL Account].[Finance Tree]
Documentation code:
BY PRODUCTS_CAPTION HIERARCHY
WHEN PRODUCTS_CAPTION EQ 'LAPTOP';
My code:
BY GL_Account_Finance_Tree_name HIERARCHY
WHEN GL_Account_Finance_Tree_name EQ 'Total Property Revenues';
Error really seems to contradict the the whole idea of the documentation.
any thoughts?
_____ WF 8.1.04 Win 7// Windows Server 2012 R2 SASS OLAP Cube
Does the WF metadata for the cube table have the appropriate keywords to identify the hierarchy? Was the WF metadata (master, access) created using the reporting server create sysnonym option?
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
I have DEFINE using IF GL_Account_Finance_Tree_name and a WHERE GL_Account_Finance_Tree_name. This alone opperates just fine.
If I add the WHEN then I get the (FOC11309) "IF" AND "WHERE" TESTS DO NOT COMBINE WITH "BY HIERARCHY". I can then comment out the DEFINE and WHERE and have the WHEN run correctly.
It seems like you can either have (IF and WHERE) or WHEN, but not both...
___ Edit: I can use IF, WHERE TOTAL, and WHEN together.This message has been edited. Last edited by: Nicholas Spyrison,
_____ WF 8.1.04 Win 7// Windows Server 2012 R2 SASS OLAP Cube