Hi ,
I have created a name set by name top seller for calculating top 5 product seller seller by unit price.
the formula which i am using is
TopCount([Product].[Product Category].MEMBERS, 5, [Measures].[Unit price])
now i want to consume this named set in the report which i am creating in user console.
so i guess i need to use this named set (top seller) in some dimension in schema workbench and than i would be able to use it.
but in schema workbench how can i use this named set in a dimension.....
Thanks in advance
I have created a name set by name top seller for calculating top 5 product seller seller by unit price.
the formula which i am using is
TopCount([Product].[Product Category].MEMBERS, 5, [Measures].[Unit price])
now i want to consume this named set in the report which i am creating in user console.
so i guess i need to use this named set (top seller) in some dimension in schema workbench and than i would be able to use it.
but in schema workbench how can i use this named set in a dimension.....
Thanks in advance