Hello!
How can I find "Totals" of rows with filled data?
E.g.:
The datasource is an XML file, and I cann't get tatals from it...
Put this in the group footer:
SUM(IIf( IsNothing( Fields!IDate1.Value), 0, 1))
|||Thank you very much, John!Hello!
How can I find "Totals" of rows with filled data?
E.g.:
The datasource is an XML file, and I cann't get tatals from it...
Put this in the group footer:
SUM(IIf( IsNothing( Fields!IDate1.Value), 0, 1))
|||Thank you very much, John!
No comments:
Post a Comment