Forum Discussion

orangeatom's avatar
orangeatom
Icon for Resolver I rankResolver I
8 years ago

Measures in a calculated summarized table

Hello, 

I am in need of some thoughts on how I can solve this issue. I have an aggregated measure (column "result" below) to which I would like to preform simple calculations on such as average and muliplication without impacting and contributing to its calculation. In the table below that is the "result" column.

 

I would then like to take the "result" column and average it by the indicator.

 

Futher I would like to take the "average" column and multiply it by the count of indicators.

 

Indicator Measure Result                               Average Multipler
1             1              0                                      43.3       14.3
               2              115    
               3              15    

-----------------------------------------------
2             4              200                                  200          66

-----------------------------------------------

3             5              75                                    87.5         28.875
               6             100  

-----------------------------------------------

I have tried to go about this by creating a table and using the Summarize function however i'm not getting the expected result. I have tried to get the sum(result) / count(measure) however it is not producing the result i expect.

 

Thank you! 

2 Replies

    • orangeatom's avatar
      orangeatom
      Icon for Resolver I rankResolver I

      sorry about that, the multipler colum is based the count of indicators:

       

      Indicator Measure Result                               Average                                               Multipler
      1             1              0                                      43.3       (Multiply count indicator (3)) 14.3
                     2              115    
                     3              15    

      -----------------------------------------------
      2             4              200                                  200        (Multiply count indicator (3)66

      -----------------------------------------------

      3             5              75                                    87.5       (Multiply count indicator (3)28.875
                     6             100  

      -----------------------------------------------