Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to calculate Amount base on Type I choose. My function is:
SUM({<Type={"=GetFieldSelections(Type)"}>}Amount)
But it only gives back 0. How can I modify it?
Thanks in advance!!
This should already do this... why do you need a set analysis here?
Sum(Amount)
This should already do this... why do you need a set analysis here?
Sum(Amount)
You are right...I'm asking a stupid question...pls just ignore me.
i agree with sunny. If you wanted a specific account type you could do:
if(sum account type='business',[Field you want to sum])