Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 
					
				
		
maybe,
you'll need to create
another dimension that group the two levels
like in this post.
 Chanty4u
		
			Chanty4u
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		hi,
Custom Total or Conditional Total Column
https://community.qlik.com/message/849780#849780
https://community.qlik.com/message/740466#740466
the above wil helps u
Thanks
suresh
 vikasmahajan
		
			vikasmahajan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		PFA SAMPLE
Hope this helps you.
Vikas
 
					
				
		
 
					
				
		
 tyagishaila
		
			tyagishaila
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try it,
Concatenate a TAB with your original Table
OriginalTAB;
Concatenate
NEWTAB:
LOAD 'Dept Total' AS DEPARTMENT,
put your fields
Resident OriginalTAB where Comp = O;
It will show a custom 'Dept Total' row in Department column.
