I was wondering if in the Reporting module there is an existing Data Definition (or anything else - like a build in report utility) that could let me display the row number.
@mksrom - the only place where I can recall having built this in is within specific renderers - mainly in the ExcelTemplateRenderer and TextTemplateRenderer. If you search for “rowNum” in the codebase I think you’ll find these.
What kind of a renderer are you using for your reports?