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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Error: No Field on the left hand side of assignment: -SET

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Error: No Field on the left hand side of assignment: -SET
 Login/Join
 
Platinum Member
posted
I have a report that I have scheduled in report caster to run but I'm getting this error in the log. I have another report that does basically the same thing and it runs fine. I'm passing 3 to 5 parameters to my report through report caster.
Below is the top portion of my report that isn't working. Like I said I have the exact same thing but different parameters for a different report and it works fine.

In report caster parameter section I will set 3 - 5 parameters. I only have one set as a default.

-* File shdetmul.fex
-SET &shipperCode = 'GOGLMA';
-SET &shipperCode2 = '';
-SET &shipperCode3 = '';
-SET &shipperCode4 = '';
-SET &shipperCode5 = '';
ENGINE SQLSYB SET DEFAULT_CONNECTION SYBASE
SQL SQLSYB
EX webfocus.dbo.WFMultipleShipperDetailHTML '&shipperCode', '&shipperCode2', '&shipperCode3', '&shipperCode4', '&shipperCode5'
;
TABLE FILE SQLOUT
PRINT *
ON TABLE HOLD AS SQLOUT
END
TABLE FILE SQLOUT
PRINT

Thank you for your help,
Kelly
 
Posts: 121 | Registered: November 17, 2005Report This Post
Virtuoso
posted Hide Post
Depending on your version, it might have something to do with the parameter names being too long. Change &shipperCode to &shipCode for all and try again.


"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
 
Posts: 1102 | Location: Toronto, Ontario | Registered: May 26, 2004Report This Post
Platinum Member
posted Hide Post
Thanks for the suggestion.

I did figure out the problem. I neglected to put in the parameter names in report caster. I only had the actual values set up.

Once I added the parameter name it worked fine.

Thanks for the help,
Kelly


Prod: WebFOCUS 8.2.0.4
OS: Windows
Outputs: HTML, PDF, Excel, PPT
In Focus since 2005
 
Posts: 121 | Registered: November 17, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Error: No Field on the left hand side of assignment: -SET

Copyright © 1996-2020 Information Builders