Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Dear All,
I'm using Reports, where I use looping by specified field (lets say that it will be ShopName). But, there are many Sales reps. (SR) connected to this shop. When I run report, I get mess... eg.
page 1 - SR A
page 2 - SR B
page 3 - SR A
page 4 - SR C
...
Is there a way to somehow sort these reports by SR to get:
page 1 - SR A
page 2 - SR A
page 3 - SR B
page 4 - SR C
The problem really is when I get ex. 200 pages...  and I have to search in pdf specified SR.
 and I have to search in pdf specified SR.
Thank you in advance.
 
					
				
		
 marcus_sommer
		
			marcus_sommer
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You need to apply your sorting on the object which you are printing - have a look on the sort-tab within the object-properties - and then you get a sorted pdf.
- Marcus
 
					
				
		
 marcus_sommer
		
			marcus_sommer
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You need to apply your sorting on the object which you are printing - have a look on the sort-tab within the object-properties - and then you get a sorted pdf.
- Marcus
 
					
				
		
Thanks for the hint. I had to create additional key to enable sorting using SR name and Shop-ID. After changed looping field, I get sorted PDF.

