MicroStrategy Object Manager Is Changing Report's SQL Upon Migration -


please help. when using object manager migrate reports 1 environment another, report sql changing, specifically, metrics not aggregating.

for example, on source project, reports sql is:

select   a.customer,   a.item,   sum(a.price) tbl_prices group   a.customer,   a.item; 

but after migration, when check on target project, report sql be:

select   a.customer,   a.item,   a.price tbl_prices a; 

does happen know solution this?

best regards, ron


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -