Multiple group expressions in list (ssrs 2005)
Posted
by Kris
on Stack Overflow
See other posts from Stack Overflow
or by Kris
Published on 2010-06-09T14:52:11Z
Indexed on
2010/06/09
16:22 UTC
Read the original article
Hit count: 440
Hi,
I have a problem with group expressions in a list. I want to use two expressions: '=Ceiling(RowNumber(Nothing)/3)' and '=Cint(Fields!kpilevel.Value)'
They work both individually, but when I insert them together only 1 works. I inserted them like this: http://img718.imageshack.us/img718/736/problemxq.png
Does anyone know how to solve this?
Thanks in advance, Kris
© Stack Overflow or respective owner