FireGeek21
Technical User
I received a sample report that would be of great use to us. Unfortunately, it is erroring out on CurrentRowIndex which appears to be a CR 2008 feature. I am using CRXi. Is there a way to tweak the formula pertaining to CurrentRowIndex so I can use this sample report?
Here is the code from a couple formulas using CurrentRowIndex:
**********
if remainder(CurrentRowIndex,2) <> 0
then rgb(209,209,197) else crwhite
**********
**********
if {?Measure} <> "Revenue" then
(
if remainder(CurrentRowIndex,2) <> 0
then rgb(209,209,197) else crwhite
)
else global numbervar columnhighlight
**********
Thanks,
RSGeek
Here is the code from a couple formulas using CurrentRowIndex:
**********
if remainder(CurrentRowIndex,2) <> 0
then rgb(209,209,197) else crwhite
**********
**********
if {?Measure} <> "Revenue" then
(
if remainder(CurrentRowIndex,2) <> 0
then rgb(209,209,197) else crwhite
)
else global numbervar columnhighlight
**********
Thanks,
RSGeek