Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
I have this scenario that I want to use in expressions. For example;
//Use for statement
for (x=0;x=1;x++) {
//Use if statement
if (effectiveyear<=2015) {
Sum(expressions)
}
}
 Gysbert_Wassena
		
			Gysbert_WassenaThat makes no sense at all (pardon the pun). What are you trying to calculate? Can you provide a small app with example data that explains what you need?
