Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Error when running a report locally
huis
Hi there:
When I was running a report, it kept telling me the error below:
The following items have errors:
Data (id = 105):
+ There are errors evaluating script "dataSetRow["IS_FOLDER"]":
ReferenceError: "dataSetRow" is not defined. (<inline>#1).
I could not understand why it's getting this error...
thanks
Hui
Find more posts tagged with
Comments
bhanley
The use of "dataSetRow" is not correct. If you are trying to refer to a particular value for a row you would use row["col_name"] to get that value in the scripting layer.
What are you trying to accomplish and in what area (expression editor, event-driven script, etc...). Knowing that can help me get this ironed out for you pretty quickly.
huis
Thanks...it's solved now. How can I close this thread?<br />
<br />
<br />
<blockquote class='ipsBlockquote' data-author="bhanley"><p>The use of "dataSetRow" is not correct. If you are trying to refer to a particular value for a row you would use row["col_name"] to get that value in the scripting layer.<br />
<br />
What are you trying to accomplish and in what area (expression editor, event-driven script, etc...). Knowing that can help me get this ironed out for you pretty quickly.</p></blockquote>