Book Image

Microsoft Dynamics AX 2012 R3 Reporting Cookbook

Book Image

Microsoft Dynamics AX 2012 R3 Reporting Cookbook

Overview of this book

Table of Contents (17 chapters)
Microsoft Dynamics AX 2012 R3 Reporting Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Creating a sub-report in precision design


This recipe is to design a sub-report for precision design. To implement this recipe, let's use the cube report that was designed in the recipe Creating a customer summary OLAP report in this chapter.

Getting ready

This recipe extends the OLAP report developed in Creating Customer Summary OLAP report in this chapter and uses the report added in the recipe Creating a sub-report in auto design in this chapter.

How to do it...

  1. Add PktCustgroupSalesSummary (OLAP report) to the PktCustReport project used in the previous recipe. We need to do this because the sub-reports and main report must exist in the same project.

  2. Open precision design and navigate to the field for Customer group. Select the field, right-click, and choose Textbox Properties....

  3. In the properties dialog, select the Action tab and choose Go to Report under Enable as a hyperlink.

  4. In the Specify a report field, manually fill the values with PktCustReport.CustList since no lookup is available...