Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi community,
I have dimension
=MYear&' (n='&aggr(Count([qID_10395_Purpose of visit MARKETING]),MYear)&')'
and in result
How can I remove (n=1)?
It works where I use only MYear without aggregation.
Thanks,
Maybe like
=MYear& if(MYear,' (n='&aggr(Count([qID_10395_Purpose of visit MARKETING]),MYear)&')')
Maybe like
=MYear& if(MYear,' (n='&aggr(Count([qID_10395_Purpose of visit MARKETING]),MYear)&')')
Thank you!!!!!