Hi,
I'm trying to limit a table to show more than 20 records per page but when I use the =Ceiling(RowNumber(Nothing)/20) I'm getting the following error:
[rsInvalidGroupExpressionScope] A group expression for the grouping ‘Group1’ uses the RowNumber function with a scope parameter that is not valid. When used in a group expression, the value of the scope parameter of RowNumber must equal the name of the group directly containing the current group.
My report has a List grouped by a field and inside of it I have the table that I've added the new group. I've already deleted the Sort expression and tried to put the name of the group(Group1) as scope for RowNumber. Can anyone help me?