开发者

How to select records from multi-companies in Morphex reports?

开发者 https://www.devze.com 2023-03-29 05:46 出处:网络
I want to know if I can select data from multi-company in Morphex reports, for example: user wants to get report\'s data from CEU & CEE companies. I don\'t mean get the whole data from all compani

I want to know if I can select data from multi-company in Morphex reports, for example: user wants to get report's data from CEU & CEE companies. I don't mean get the whole data from all companies, I mean to get data from specific mult开发者_JS百科i-companies.

I can achieve this in SSRS reports by passing a multi-value parameter to DATAAREAID table's field.


It's seems I can achieve this by set Report's Cross-Company property and QueryRun to yes.

this.query.allowCrossCompany(true);
this.query.addCompanyRang("CEU");
this.query.addCompanyRang("CEE");

Here are some links for more details:

Cross-Company Reports in the AOT

Cross-Company X++ Code Basics

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号