Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Probably a simple question and answer, but I'm trying to get an average of three variables, excluding null values from two of them. Looks like this...
Avg({<[COMPEX Score] -=null>}, <{OFTD Score] -=null>}, [Search Score])
Each of the "scores" are set variables.
Any help?
Zhandos,
I marked yours as the solution, but the expression you sent is actually only returning Avg([Search Score]). Why do you think that is?