Hi there,
I'm trying to add a column which contains the row number across my entire dataview, rather than restarting with every subtotal. Unfortunately, the different entities included in the dataview are not from the same tree, so I can't keep the most granular entity in the rows and display the others in a different column.
I've tried using a Nexel as follows: =Count( [@a;*;Range.whole])
It has two problems, firstly, it displays the total row count for the sub-section of the dataview in each row. More importantly, the count resets at each subtotal.
I'm confident that I could overcome the first problem with some tinckering, but could someone please help me to count over the entire dataview, not just for each subsection?
I've attached a screenshot for reference. Don't worry about customer names, this is just a mock-up dataset that I'm using to troubleshoot.