Focal Point Banner


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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
Report Caster issue
 Login/Join
 
Gold member
posted
Hi,
I have a FEX procedure which does sorting on computed fields and dispaly results in HTML report, when i execute this procedure in Report caster its throwing an error stating that SORTING ON COMPUTED FIELDs. But the same procedure when i execute in webfocus environment its working fine.

EX:
TABLE FILE XYZ
COMPUTE V_TEST/A10=VALUE1;
COMPUTE V_TEST2/I3=VALUE2;
VALUE3
VALUE4
BY V_TEST
BY V_TEST2
B VALUE3
ON TABLE HOLD AS TEMP_XYZ
-SET &V_LINE=&LINES;

-HTMLFORM BEGIN







COUNT
&V_LINE


-END
 
Posts: 78 | Registered: December 11, 2005Report This Post
Platinum Member
posted Hide Post
Try changing the
BY V_TEST
BY V_TEST2
to
BY TOTAL V_TEST
BY TOTAL V_TEST2
See if that stops the warning which is causing a problem with ReportCaster


WebFOCUS 8202 Win 2012
Test - WebFOCUS 8203 on Win 2012
 
Posts: 173 | Registered: November 16, 2005Report This Post
Platinum Member
posted Hide Post
There seem to be a few situations where a fex executes fine directly, but fails when executed thru RC. Guess you just ran into one of them. I had a similar post before -
https://forums.informationbuilders.com/eve/forums/a/tpc/...1057331/m/9951018591

If Rich's suggestion does not help, you will have to do the COMPUTE in one step and then do the BYs in a next step.

Sandeep Mamidenna


-------------------------------------------------------------------------------------------------
Blue Cross & Blue Shield of MS
WF.76-10 on (WS2003 + WebSphere) / EDA on z/OS + DB2 + MS-SQL
MRE, BID, Dev. Studio, Self-Service apps & a dash of fun !! Music
 
Posts: 218 | Location: Jackson, MS | Registered: October 31, 2006Report This Post
Member
posted Hide Post
You want to do the BY TOTALs. You are getting the warning when you run without caster. Do a view Source in the browser, you will see the warnings. Caster by design treats warnings as fatal errors.
 
Posts: 13 | Registered: April 23, 2004Report This Post
Expert
posted Hide Post
Hi all,

Information Builders is striving to resolve any “warning” messages that may cause ReportCaster to stop processing a query. If you would be so kind as to log a case with us, we will have it corrected. To log a case, please either call at 1-800-736-6130, or access online InfoResponse.

Cheers, Smiler

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders