Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I created this expression:
sum({1<[CE.cijfer_thesis] = {">$(=avg([CE.cijfer_thesis])-Stdev([CE.cijfer_thesis]))<$(=avg([CE.cijfer_thesis])+Stdev([CE.cijfer_thesis]))">} [CE.cijfer])
which gives this result:
and that is correct but the result of the sum does not show anything (a '-')
What am I missing here?
missing closing bracket:
sum({1<[CE.cijfer_thesis] = {">$(=avg([CE.cijfer_thesis])-Stdev([CE.cijfer_thesis]))<$(=avg([CE.cijfer_thesis])+Stdev([CE.cijfer_thesis]))"}>} [CE.cijfer])
hope this helps
regards
Marco
missing closing bracket:
sum({1<[CE.cijfer_thesis] = {">$(=avg([CE.cijfer_thesis])-Stdev([CE.cijfer_thesis]))<$(=avg([CE.cijfer_thesis])+Stdev([CE.cijfer_thesis]))"}>} [CE.cijfer])
hope this helps
regards
Marco