PIXFirewall
IS-IT--Management
I have three columns of like this having 6 records grouped by country.
_________________________________________
No. Record No. Salesman Sales
----------------------------------------
USA
1 1 John 10
2 2 Paul 5
UK
3 1 Joseph 20
4 2 Martin 5
5 3 Joey 6
6 4 Luther 5
--------------------------------------
How can I get the group record numbers (column 2) to be built dynamically after taking into account the sorting based on country? I am using RecordNumber for first column.
Thank in advance.
_________________________________________
No. Record No. Salesman Sales
----------------------------------------
USA
1 1 John 10
2 2 Paul 5
UK
3 1 Joseph 20
4 2 Martin 5
5 3 Joey 6
6 4 Luther 5
--------------------------------------
How can I get the group record numbers (column 2) to be built dynamically after taking into account the sorting based on country? I am using RecordNumber for first column.
Thank in advance.