Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Microsoft Dynamics NAV 2015 Professional Reporting

You're reading from   Microsoft Dynamics NAV 2015 Professional Reporting Discover tips and trick for Dynamics NAV report building

Arrow left icon
Product type Paperback
Published in Sep 2015
Publisher Packt
ISBN-13 9781785284731
Length 504 pages
Edition 1st Edition
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 (13) Chapters Close

Preface 1. How Do I Start to Create a Report? FREE CHAPTER 2. Getting Started with the Tablix 3. Expressions 4. Data Visualization Techniques 5. Document Reports 6. Tips and Tricks 7. Performance Optimization Techniques 8. Word Report Layouts 9. Power BI 10. Reporting Services 11. Charts in Dynamics NAV Index

Typical expression examples

Now that we know how to create expressions and custom functions, let's have a look at some typical examples of how expressions can help us achieve our goals when creating reports.

Working with dates

The following function can be used to display the current date:

=Today()

The following function can be used to calculate new dates based upon an existing date:

=DateAdd(DateInterval.Month, 6, Parameters!ExpirationDate.Value)

In this example, starting from the expiration date, you add 6 months to it to calculate a new date. The number 6 can be any number and, when it is negative, you can subtract periods from a date. DateInterval contains Year, Month, Day, Hour, Minute, and so on.

The following function retrieves the year from a date:

Year(Fields!PostingDate.Value)

In this example, I have used the posting date, but it could be any date. As in the Year() function, you can also use Month(), Day(), and other functions. To see which functions are available for dates, you can...

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