Hi
I want to Group Wise Sum of only visible rows . I have written the below code but not working . It is summing Hidden Rows value also.
=SUM(IIF(Fields!OQty.Value = 0 and Fields!RQty.Value = 0,NOTHING,Fields!UQty.Value))
Thanks
*This post is locked for comments
I have the same question (0)