What is the use of report level in dimensional level metric in MicroStrategy? -


microstrategy allows create dimensional metric. example, can create revenue metric calculated @ category level. level can mentioned part of metric definition.

what not clear me is, why should have report level along particular level category? scenario should retain report level vs. remove report level while defining metric.

if remove report level, calculations performed @ category level. sql that

select category, sum(amount)      table      group category 

for example there 2 attributes in report 1) country 2) category

scenario 1: amount of each category constant among countries, above sql works scenario 2: amount of each category divided among countries, above sql wont work , report level required. required sql scenario 2 should

select country,category, sum(amount)      table      group country,category 

Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -