Hi,
I am trying to create a percentage formula in a Cognos8 Reportnet crosstab report using dimensional data. The reports looks as follows:
Time (All members--so this is dynamic)
Product(decendants) Qty %ofTotal
2006
Product A 100 10%
Product B 900 90%
In the past, the formula simply read:
percentage(measure)
However, since the cube is now the data source, this generates a hierarchy error. I have tried using the formula from the Cognos8 manual:
percentage(numeric exp [tuple member_expr {,member_expr}] within set set_expr[, set_expr})
Regardless of what level of the different hierarchies I use (and various combinations), I can't seem to generate what should be a very simple formula.
Any help would be greatly appreciated.
thank you!
I am trying to create a percentage formula in a Cognos8 Reportnet crosstab report using dimensional data. The reports looks as follows:
Time (All members--so this is dynamic)
Product(decendants) Qty %ofTotal
2006
Product A 100 10%
Product B 900 90%
In the past, the formula simply read:
percentage(measure)
However, since the cube is now the data source, this generates a hierarchy error. I have tried using the formula from the Cognos8 manual:
percentage(numeric exp [tuple member_expr {,member_expr}] within set set_expr[, set_expr})
Regardless of what level of the different hierarchies I use (and various combinations), I can't seem to generate what should be a very simple formula.
Any help would be greatly appreciated.
thank you!