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.
New TIBCO Community Coming Soon
In early summer, TIBCO plans to launch a new community—with a new user experience, enhanced search, and expanded capabilities for member engagement with answers and discussions! In advance of that, the current myibi community will be retired on April 30. We will continue to provide updates here on both the retirement of myibi and the new community launch.
What You Need to Know about Our New Community
We value the wealth of knowledge and engagement shared by community members and hope the new community will continue cultivating networking, knowledge sharing, and discussion.
During the transition period, from April 20th until the new community is launched this summer, myibi users should access the TIBCO WebFOCUS page to engage.
I am attempting to code selection criteria that looks like this --
Table File ABC Sum MAX.EFFECTIVE_START_ID Print . . .
(WHERE TOTAL MAX.EFFECTIVE_START_ID EQ EFFECTIVE_START_ID AND PRORATION_STATUS EQ 'L') OR DIM_PERSON.EFFECTIVE_END_ID EQ MISSING
Focus is displeased. Does anyone know how I should talk nice to Focus to get it to digest this logic?This message has been edited. Last edited by: Kerry,
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007
I understood what he said, but it just changes the error --
0 ERROR AT OR NEAR LINE 15 IN PROCEDURE ADHOCRQ FOCEXEC * (FOC258) FIELDNAME OR COMPUTATIONAL ELEMENT NOT RECOGNIZED: TOTAL BYPASSING TO END OF COMMAND (FOC009) INCOMPLETE REQUEST STATEMENT
It appears that the WHERE must be up against the TOTAL in order for the parser to figure it out.
It may be that the internal matrix isn't pleased with a WHERE TOTAL and a WHERE being put in the same logic. That would be disappointing.
J.
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007
What happened was that you were mixing two very different WHERE statements: 1. WHERE ... 2. WHERE TOTAL ... They must be separate: WHERE acts on input records WHERE TOTAL acts on output lines
Jack's syntax effectively did that.
Daniel In Focus since 1982 wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006