Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
We are trying to create a calculated dimension to create a Top 15 in a table.
The formula is:
=If(Aggr(Rank(sum({$<[Opportunity Sub Status Code]-={$(vSubstatus)}>}[Opportunity Period Pipeline EUR])),[Opportunity Number])<=15,[Opportunity Number],null())
If we use the dimension we get a message "Invalid dimension". What is wrong ?
It works when using it in a table.
Thanks
Best regards,
Guy
For limiting the values - Try this in QS.
LIMITATION
then Fixed Number
=If(Aggr(Rank(sum({$<[Opportunity Sub Status Code]-={$(=vSubstatus)}>}[Opportunity Period Pipeline EUR])),[Opportunity Number])<=15,[Opportunity Number],null())
For limiting the values - Try this in QS.
LIMITATION
then Fixed Number