Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear community,
For a client of mine we hav this reference line:
=avg(total aggr(sum($(vColli))/$(vDag),Datum, magazijnier))
Now if I Select something, the line adjusts.
But actually it should keep the total average line even when selecting a single person.
Here's a visual of the graph:
Thanks in advance
Or this
=Avg(TOTAL {1} Aggr(Sum({1} $(vColli))/$(vDag), Datum, magazijnier))
maybe this:
=avg( {1} total aggr(sum($(vColli))/$(vDag),Datum, magazijnier))
I hope it helps.
Or this
=Avg(TOTAL {1} Aggr(Sum({1} $(vColli))/$(vDag), Datum, magazijnier))
=avg( total {1} aggr(sum({1}$(vColli))/$(vDag),Datum, magazijnier))
I think in Variable's expresssion also, you need to modify:
$(vColli)
$(vDag)
Gives back a completely different result :s
Sorry for asking,
modify how exactly?
thanks
Amit is correct, what exactly vColli and vDag have as values?
Would you be able to share a sample or an image to show what your issue is?
Vcolli is a numeric value, if you have a crate with 10 articles in it, 1 article = 1colli
Vdag is a date (dag = day)