Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to calucate the following
Min(if(GPA>0,GPA)) using set analysis but I want to exclude from the selections Country & State .
So i have written the expression in the following manner
if(GPA>0,Min({$<GPA_Country,[GPA State]=>}GPA)) but its not working .
Please help ................
Your help is greately appreciated .
Thanks in Avance
Try the following expression:
if(GPA>0,Min({$<GPA_Country=,[GPA State]=>}GPA))
Min({$<GPA={">0"},GPA_Country=,[GPA State]=>}GPA))
BR
//ONDER
/*ALTINBILEK*/