I want to count the number of rows in my result DataSet, I put in my DataSet a calculated field with this expression :
=CountRows("DataSet1") But I have the following error message:
"The expression used for the calculated field '=CountRows' includes an aggregate, RowNumber, RunningValue, Previous or lookup function. Aggregate, RowNumber, RunningValue, Previous and lookup functions cannot be used in calculated field expressions." What should I do ? thanks