matrixindicator
IS-IT--Management
I have a crosstab query with in it for the value a Count. This works, but I need a second Crosstab who gives a percent value related to the total of the Column.
I think I need an expression and second how can you say count the total of the column in your expression.
expression something like :
Code:
25
25
30
20
----
100
I think I need an expression and second how can you say count the total of the column in your expression.
expression something like :
Code:
Count * 100/Total of the Column