Hello everyone,
i need to show cross tab with 2 average, data like this
Link
the point is,
i need something like 'cross tab' to show data and chart
then it 3 rows : ED_P_Max, Average all (ED_P_Point), Average only Ed_P_User_target (ED_P_Point)
and column is : ED_P_Seq
then when i create cross tab it like this :
Link
BUT i need to show 3 Rows per ED_P_User_target
LIKE THIS :
so i can't to show average of all ED_P_User_target, and i think cross tab can show then chart can too.
Many thanks, for read a long question.
i need to show cross tab with 2 average, data like this
Link
the point is,
i need something like 'cross tab' to show data and chart
then it 3 rows : ED_P_Max, Average all (ED_P_Point), Average only Ed_P_User_target (ED_P_Point)
and column is : ED_P_Seq
then when i create cross tab it like this :
Link
Code:
----- ED_P_User_target = 2148 ----
in first row : show max
in second : show average by ED_P_User_target
-----------------------------------
----- ED_P_User_target = 2149 ----
in first row : show max
in second : show average by ED_P_User_target
-----------------------------------
in total : show average of all ED_P_User_target
BUT i need to show 3 Rows per ED_P_User_target
LIKE THIS :
Code:
----- ED_P_User_target = 2148 ----
in first row : show max
in second : show average of all ED_P_User_target
in third : show average by ED_P_User_target
--------------------------
----- ED_P_User_target = 2149 ----
in first row : show max
in second : show average of all ED_P_User_target
in third : show average by ED_P_User_target
--------------------------
so i can't to show average of all ED_P_User_target, and i think cross tab can show then chart can too.
Many thanks, for read a long question.