Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Below is not working and is showing the 'Expression OK' message, however there is a error underscore between the end of the set analysis } and ,
=Sum(Aggr(Avg({<YEARCALC=$(=Max(YEARCALC))>},[Number attended]),EventID,PREVINSTNAME))
I'm presuming there is an error with the syntax but not sure how to fix.
Thanks in advance
May be this?
=Sum(Aggr(Avg({<YEARCALC={"$(=Max(YEARCALC)"}>} [Number attended]),EventID,PREVINSTNAME))
May be this?
=Sum(Aggr(Avg({<YEARCALC={"$(=Max(YEARCALC)"}>} [Number attended]),EventID,PREVINSTNAME))
Thank you