Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Does anyone know the correct syntax for the calculation below please?
count({<[Year]={'2020'},[Memberships] > '0' [Volume_Mems])
Hi
actually I don't know what is membership
but you can try below expression
count({<[Year]={'2020'}, [Memberships]={'>0'}>}[Volume_Mems])
Hi
actually I don't know what is membership
but you can try below expression
count({<[Year]={'2020'}, [Memberships]={'>0'}>}[Volume_Mems])