Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I need help, I have this pivot table:
Fig.1:
The column A : count(distinct id) and It's correct.
The column B is wrong :
Fig.2:
The column B must be (red bold):
greetings thank you very much
Valentina
Try count(total <Domanda, Mese> distinct id)
Hi,
maybe aggr(nodistinct count(distinct id), Risposta)
Hi,
column B, try with:
=count({<Risposta=>} distinct id)
Hope this helps.
For column B, in expression use TOTAL Keyword with dimension
fig.1 have total but it's not correct , it's a column total.
I tried all of these solutions, but these aren't correct 😞
I made a test using sum(not count) and the expression =aggr(nodistinct sum(Val), Domanda, Mese)
Finally, Could you share an Example or your doc...
You could try this
Count(Total<Domanda, Mese, Riposta> Distinct id)
Also you couldn't explained what expression is there in B
Try count(total <Domanda, Mese> distinct id)