Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
.png) Daniel_Moore
		
			Daniel_Moore
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I am trying to get this highlighted effect in QV:

The closest I could get was in this QVW....
Any ideas?
Thanks!
.png) Daniel_Moore
		
			Daniel_Moore
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I had success using the RowNo() function:
=If(Even(RowNo(TOTAL)), RGB(255, 255, 255), RGB(204,204,204))

Much more readable.
 vivek_niti
		
			vivek_niti
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Please find the attached file.
Step1: Enable the Design Grid.
Step 2: Go to Custom Format cell by going into the properties drop down of the chart
.png) Daniel_Moore
		
			Daniel_Moore
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Did you mean to send a new file? It looks the same to me as the one I originally posted?
.png) Daniel_Moore
		
			Daniel_Moore
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I had success using the RowNo() function:
=If(Even(RowNo(TOTAL)), RGB(255, 255, 255), RGB(204,204,204))

Much more readable.
