thanks
regards
Mohammad Yaseen
Use IsNothing function to check for null and if true display 0.
IIf(IsNothing(Fields!Countysctd.Value), 0, Fields!Countysctd.Value)
Shyam
|||it is not working|||don't forget =|||=IIf(Fields!Countysctd.Value IS NOTHING, 0, Fields!Countysctd.Value)
No comments:
Post a Comment