Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi,
I have a field say [%rfflag]. it got values 'Y','N' and have a expression say count({<[%rfflag],[Date]>}id).
I don't want [%rfflag],[Date] fields affect the count of id's . So , ihave coded this way but when I make selections for the [%rfflag]; it is actually affecting the count of id's.
Can anyone tell me wats going wrong.
 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		It should not. Could you post a sample qvw that demonstrates the issue?
 
					
				
		
 arulsettu
		
			arulsettu
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		may be like this
count({<[%rfflag]=,[Date]=>}id)
 
					
				
		
I tried even this:)
 
					
				
		
Hi prudhvi,
Is this expression in a chart?
Could you share an screenshot please?
Regards!
 Chanty4u
		
			Chanty4u
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		try this
count({1}{<[%rfflag],[Date]>}id).
 
					
				
		
 ashwanin
		
			ashwanin
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Please try
=Count({1}{<[%rfflag],[Date]>}id)
 
					
				
		
There are many field selections which have to affect this so, I cant use:
=Count({1}{<[%rfflag],[Date]>}id)
 
					
				
		
 sasiparupudi1
		
			sasiparupudi1
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try
count({1<[%rfflag],[Date]>}id)
 
					
				
		
no improvement
