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

angular - DownloadURL return null in below code -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -