Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all i have a problem: i have a KPI that run in this way
sum( total <column A>
aggr(
if( etc etc etc, 1), column B, column C)
but the aggregation function, although I create a field that is the concatenation of my 2 fields "campoB" and "Campo C" through autonumberhash, decides to cut me off the results from the count !! I don't know what to do anymore ... if I remove the aggregation function the KPI does not work, if I put it wrong the calculation ... I can't add the 1 of my "if" without the aggr?
Would you be able to share a sample to show the issue you are running into?
Maybe you need to add columnA in aggr parameters?
As said by Sunny a sample will be nice to check.
I see an expression... but I still don't see the problem 🙂
okay good... so you know what is not right... how do you want to help you? Just by looking at the expression, how can I tell you what to fix?