Hi
I'm trying to tidy up a report that has a detail row that's not needed but
the subtotal row for that row is... hope that makes sense. The subtotal is
in fact is an average of the detail row. If I hide the detail row, the AVG
row also disappears! This is more or less what it looks like:
Machine Name | Cloth | Utilised Looms | 1 3 5 6
Available Looms | 6 4 7 6
Total Utilised Looms | 1 3 5 6
Available Looms | 6 4 7 6
What I'm trying to do is hide the second row...
Any ideas would be appreciated.
Many thanks
Rob
--
Message posted via http://www.sqlmonster.comIf you edit the properties of de detail-cel an set the visibility/hidden
property =TRUE it should work
"robhob via SQLMonster.com" wrote:
> Hi
> I'm trying to tidy up a report that has a detail row that's not needed but
> the subtotal row for that row is... hope that makes sense. The subtotal is
> in fact is an average of the detail row. If I hide the detail row, the AVG
> row also disappears! This is more or less what it looks like:
> Machine Name | Cloth | Utilised Looms | 1 3 5 6
> Available Looms | 6 4 7 6
> Total Utilised Looms | 1 3 5 6
> Available Looms | 6 4 7 6
> What I'm trying to do is hide the second row...
> Any ideas would be appreciated.
> Many thanks
> Rob
> --
> Message posted via http://www.sqlmonster.com
>
Showing posts with label sense. Show all posts
Showing posts with label sense. Show all posts
Sunday, February 26, 2012
Friday, February 24, 2012
Hiding measure group
Is there any way to hide a measure group, e.g. factless measure group which doesn't make sense to expose to end users?If you set the visible property of all the measures in the mg to false, it will be hidden.
C|||Thank you. It will be but a Dimension Data security filter, e.g. EXISTS (Customer.Customer.Customer.Members, Username, "Hidden Measure Group Name") will effectively ignore the hidden measure group as well and return nothing. I wonder if this is a bug.|||
C|||Thank you. It will be but a Dimension Data security filter, e.g. EXISTS (Customer.Customer.Customer.Members, Username, "Hidden Measure Group Name") will effectively ignore the hidden measure group as well and return nothing. I wonder if this is a bug.|||
measure group is not an object in browsing model.
the measures from all measure groups of a cube are in flat measure collection of the cube.
you can made such measures invisible.
Subscribe to:
Posts (Atom)