Book Image

Implementing Microsoft Dynamics NAV - Third Edition

By : Alex Chow
Book Image

Implementing Microsoft Dynamics NAV - Third Edition

By: Alex Chow

Overview of this book

Microsoft Dynamics NAV 2016 is an Enterprise Resource Planning (ERP) application used in all kinds of organizations around the world. It provides a great variety of functionality out-of-the-box in different topics such as accounting, sales, purchase processing, logistics, or manufacturing. It also allows companies to grow the application by customizing the solution to meet specific requirements. This book is a hands-on tutorial on working with a real Dynamics NAV implementation. You will learn about the team from your Microsoft Dynamics NAV partner as well as the team within the customer’s company. This book provides an insight into the different tools available to migrate data from the client’s legacy system into Microsoft Dynamics NAV. If you are already live with Microsoft Dynamics NAV, this books talks about upgrades and what to expect from them. We’ll also show you how to implement additional or expanding functionalities within your existing Microsoft Dynamics NAV installation, perform data analysis, debug error messages, and implement free third-party add-ons to your existing installation. This book will empower you with all the skills and knowledge you need for a successful implementation.
Table of Contents (19 chapters)
Implementing Microsoft Dynamics NAV Third Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Charts


The Windows client can display a set of predefined charts that use Dynamics NAV data. With Microsoft Dynamics NAV, queries can be used as data sources for those charts.

We will use the query defined earlier on in this chapter as the data source of a chart and we will display it on the home page of the Dynamics NAV Windows client.

To define a query as the data source of a chart, perform the following steps:

  1. Open the Windows client for Microsoft Dynamics NAV.

  2. Navigate to Departments | Administration | Application Setup | RoleTailored Client.

  3. Select Generic Charts.

  4. Click on New on the ribbon bar to add a new chart.

  5. The New-Generic Chart setup page will open as shown in the following screenshot:

  6. Give the new chart an ID value and a Name value. For example, set ID to 50000 and Name to My Query Chart.

  7. On the Data Source tab, select Query as Source Type and 50000 as Source ID.

  8. On the Measures (Y-Axis) tab, select Sum_Quantity as Data Column on the Required Measure row.

  9. On the Dimensions (X- and Z...