Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 chibi
		
			chibi
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Im trying to switch the data coming from which table based on a current filter selection. In this case if any user chooses any value from the filter product it should take from session-product table instead of the actual session table
why is the expression incorrect?
 chibi
		
			chibi
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I found the correct syntax and it works now. Here's the formula for reference;
if (GetFieldSelections(Product)=Product,sum(game_session_count),sum(session_count))
 anat
		
			anat
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		getcurrentselection should be closed with ()
 chibi
		
			chibi
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I found the correct syntax and it works now. Here's the formula for reference;
if (GetFieldSelections(Product)=Product,sum(game_session_count),sum(session_count))
