Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I would like to know what I have unblocked in this expression since it does not propose me any result:
sum({$<Priorità={R02}>}($(=vNIpri)))
this is the NIpri variable:
sum(TOTAL <Priorità>{<Obiettivo>}(Effettivo-[Range Min])*100*[Peso Indicatore]/([Range Max]-[Range Min])*[Peso Priorità])
Thank you
May be try this
Sum({$<Priorità={"R02"}>}Aggr(($(=vNIpri)), Priorità))
I tried your solution, but I don't get any results.
I am attaching the qvw test file where you can find the tables with the expressions and the graph with the error.
Thank you.
May be try this
Sum({$<Priorità={"R02"}>}Aggr(($(=vNIpri)), Priorità))
Thanks for the solution