From: Uri Dimant on
Using SSRS 2005 (SP3) and having a table control
I want to have an expression to align the text in the table Right--Left
based on value

So far I have in textAlign property of the cell

=IIF(Dataset!FieldName.Value=0 "Right","Left") --does not work

Thanks


From: Ben Watts on
Not sure if you copied this expression out of the expression builder or not,
but if you did, you need to add a comma after the 0

"Uri Dimant" <urid(a)iscar.co.il> wrote in message
news:eGgiXHHYKHA.3720(a)TK2MSFTNGP02.phx.gbl...
> Using SSRS 2005 (SP3) and having a table control
> I want to have an expression to align the text in the table Right--Left
> based on value
>
> So far I have in textAlign property of the cell
>
> =IIF(Dataset!FieldName.Value=0 "Right","Left") --does not work
>
> Thanks
>