davisprogrammer
Programmer
Hi-
I have a long report I built in CR 11.5. I am now looking to upgrade that report to CR 2008 SP3. It is very weird, but i get the annoying "code unsupported" message when I try to run the report in the newer version of CR(I use SQL SERVER 2008 R2 btw). The report dies when it gets to my crosstabs. My crosstabs have two different row formulas, one column, and two summary fields. To format it, I use gridrowcolumnvalue three times since the data is very complex. This works grand in cr 11.5, but in CR 2008 it dies and I have no idea why. It always dies on the second gridrowcolumnvalue (even if I switch the order) so it seems like maybe you're only allowed to use gridrowcolumnvalue one time a formula now?
There's a snippet of code below. Thanks for your help.
If gridrowcolumnvalue("@FORMULA1") = {@Grades}
and gridrowcolumnvalue("@FORMULA2") = "Girls"
and gridrowcolumnvalue("@FORMULA3") = "Admin"
THen
... and so forth
I have a long report I built in CR 11.5. I am now looking to upgrade that report to CR 2008 SP3. It is very weird, but i get the annoying "code unsupported" message when I try to run the report in the newer version of CR(I use SQL SERVER 2008 R2 btw). The report dies when it gets to my crosstabs. My crosstabs have two different row formulas, one column, and two summary fields. To format it, I use gridrowcolumnvalue three times since the data is very complex. This works grand in cr 11.5, but in CR 2008 it dies and I have no idea why. It always dies on the second gridrowcolumnvalue (even if I switch the order) so it seems like maybe you're only allowed to use gridrowcolumnvalue one time a formula now?
There's a snippet of code below. Thanks for your help.
If gridrowcolumnvalue("@FORMULA1") = {@Grades}
and gridrowcolumnvalue("@FORMULA2") = "Girls"
and gridrowcolumnvalue("@FORMULA3") = "Admin"
THen
... and so forth