Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I would like to display a straight table with a dimension that is the year with all its values, even if I have selected the year in the list box. I tried with this calculated dimension =aggr(only({1<year=>} year),year), but it doesn't work.
Any ideas? I attach small example.
You'll have to override the selection in the measure too: sum({<anno>}anz)
You'll have to override the selection in the measure too: sum({<anno>}anz)
Thanks Gysbert, it works great!!!