Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Microsoft Dynamics NAV 2009: Professional Reporting

You're reading from   Microsoft Dynamics NAV 2009: Professional Reporting Discover all the tips and tricks for Dynamics NAV report building

Arrow left icon
Product type Paperback
Published in Oct 2011
Publisher Packt
ISBN-13 9781849682442
Length 352 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Steven Renders Steven Renders
Author Profile Icon Steven Renders
Steven Renders
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

Microsoft Dynamics NAV 2009: Professional Reporting
Credits
About the Author
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface
1. Charts and Dimensions FREE CHAPTER 2. Creating a Report in the Classic Client 3. Creating Role Tailored Reports 4. Visualization Methods 5. Developing Specific Reports 6. Other Reporting and Business Intelligence Tools 7. A View of the Future Index

Using multiple data items


In our first report, we used the Customer table as the data item. In many reports you will want to use multiple data items. For example in document reports like the sales invoice, there will be multiple data items. It's important to understand the effects of using multiple data items, especially how the dataset is constructed.

At runtime the data items are processed, like they are processed in a classic report. After the data items are processed, a dataset is created containing the results of the combination of data items. This dataset is always a flat dataset. It consists of columns and rows. The columns correspond to the fields used on the section(s) and the rows correspond to the records from the database.

While processing the data items, properties like DataItemTableView are applied. Also, any C/AL code in the data item triggers is also applied. You can use these properties and triggers to filter the data item or make calculations.

As an example, let's use two...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image