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 have a maintain program which works in my 7.6.8 environment, but when I deploy it to 7.7.01 it has a problem. It has the following code:
For All Next mhmes.ROOT_SEG.CLIENT_ID mhmes.ID_SEG.BSU_ID mhmes.FAC_SEG.FACILITY_NO mhmes.MON_SEG.YEAR mhmes.PAC_SEG.PAC mhmes.TYPE_SEG.SERV_TYPE Into stkMHMESList Where FACILITY_NO EQ entryFacilCode AND MONTH EQ searchMonth AND YEAR EQ searchYear AND PAC EQ entryPAC AND SERV_TYPE EQ displayServiceType AND THER_TYPE EQ displayTherapyType AND FUNDING EQ displayFundingSource AND RECORD_TYPE IN ('2','6') AND GROUP EQ groupCode;
It does not work. It won't pull any values unless I remove all but one of the comparisons. They work individually but don't work together.
Is this a known issue or am I doing something wrong?This message has been edited. Last edited by: RichardA,
Sandbox Version: 8.1.04 Sandbox Platform: Windows 2008 R2 Testing Version: 7.7.02M Testing Platform: Windows Server 2008 R2 WF Production Version: 7.7.02M Production Platform: Windows Server 2008
Posts: 57 | Location: Philadelphia, PA | Registered: June 19, 2007
Richard There is no known issue with compound where clauses. I will set up a test here, but it would be great if you could send me your Master file. Zip it and send it to Mark_Derwin@ibi.com. You have to zip it otherwise outlook will strip it.
Thanks Mark
Posts: 663 | Location: New York | Registered: May 08, 2003
I opened a case about this problem. Developer's Studio works with the maintain but the server does not. Thanks for your help.
Sandbox Version: 8.1.04 Sandbox Platform: Windows 2008 R2 Testing Version: 7.7.02M Testing Platform: Windows Server 2008 R2 WF Production Version: 7.7.02M Production Platform: Windows Server 2008
Posts: 57 | Location: Philadelphia, PA | Registered: June 19, 2007