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)
Row Script displayiong data from previous row
praposo
I selected the row then click on script choose "OnCreate" and enter a script such as :
staffID = 0;
staffID = row["EMPLOYEE_NUMBER"];
when I add a Column Binding to the table, when I run the report, it displays the data from the previous row.
Find more posts tagged with
Comments
mwilliams
Hi pt99,
Can you include a report design so I can see what your design looks like? A screenshot would be helpful too, but the report design would be better. Thanks.
Frostscar
Column Bindings are evaluated after the onCreate() of a report item being called. So the Column binding value has not been refreshed yet for your script.