Hi
i am working with report service in sql server 2005.
I have a problem with calculation.
what i want to do is something like this
=IIf Fields!total_sp b_week_this_yea r.Value= 0 then 0
else
100 * (Fields!total_x ch_comp_week_th is_year.Value +
Fields!total_xc h_1_4_1_week_th is_year.Value) /
Fields!total_sp b_week_this_yea r.Value
but i dont know what shall i add and wher shall i put.
i put this command in expression in the filed but it didnt work.
thanks alot for any help.
voroojak
i am working with report service in sql server 2005.
I have a problem with calculation.
what i want to do is something like this
=IIf Fields!total_sp b_week_this_yea r.Value= 0 then 0
else
100 * (Fields!total_x ch_comp_week_th is_year.Value +
Fields!total_xc h_1_4_1_week_th is_year.Value) /
Fields!total_sp b_week_this_yea r.Value
but i dont know what shall i add and wher shall i put.
i put this command in expression in the filed but it didnt work.
thanks alot for any help.
voroojak
Comment