Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi guys,
Need help here. How do you code "Not equal" condition in Actions > Search String? (In attached image, I want to select all non blue items when user click this text object / button but the code is not working as intended)

Cheers,
Kx
 
					
				
		
Hi,
In expression you can use the field like -= that is
Sum({<Combine-={'Blue'}>}fieldName)
 
					
				
		
 lironbaram
		
			lironbaram
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		hi you can achieve this with two actions
1. first action select in f Combine the value Blue
2 then add a select excluded action on the Combine field
 
					
				
		
Please refer the attached application
 
					
				
		
Hi,
In expression you can use the field like -= that is
Sum({<Combine-={'Blue'}>}fieldName)
