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)
get a field value using his rowindex
Yann
Dear,
All is in my title...
i'd like to get the value of the field in the next row in order to perform a computation.
i tried many stuff but none of them was sucessful.
I don't know if there's something possible with
row.__rownum
or
Total.?
Otherwhise does somebody has a workaround ?
thanks in advance
Yann
Find more posts tagged with
Comments
mwilliams
Hi Yann,
Can you explain more of what you're trying to achieve? You want to grab the next row, not the previous row? Let me know. Thanks.
Yann
Indeed.
I'm trying to know the value of the next row to calculate a field.
Code
datafield1.row(n +1 ) = x then datafield1.row(n) = x*...
you see ?