Dynamics User Group
Site
Search
User
Site
Search
User
Dynamics 365 Business Central/NAV User Group
Van Vugt's dynamiXs
Forums
Blogs
Resources
Wikis
Events
Leaderboards
Members
Mentions
Tags
More
Cancel
New
Dynamics 365 Business Central/NAV User Group requires membership for participation - click to join (it's free)
Van Vugt's dynamiXs
All around NAV dev and test
Home
About
Contact author
More
Cancel
Related Tags
ALM
blog-o-sphere
Business Central
C/SIDE
cleanup
communities
DDC
Dynamics
external blog
Help
how-to
NAV
NAV 2009
NAV 2009 R2
NAV 2013
NAV 2015
NAV 2016
RTC
Team Foundation Server
TechDays
test
testability
testability features
test-driven development
Tools
Subscribe by email
Posts RSS
More
Cancel
Most recent posts
Tags
About
Contact author
Subscribe by email
More
Cancel
By date
By view count
By comment count
Descending
Ascending
Luc van Vugt
2012-4-26
Mirror post
NAV 2009 SP1
how-to
matrix
RTC
How-to: Create a One-Page Matrix by Example #2
Using...
(Continue reading)
6411 views
2 comments
over 8 years ago
More
Cancel
Luc van Vugt
2012-4-20
Mirror post
NAV 2009 SP1
how-to
matrix
RTC
How-to: Create a One-Page Matrix by Example
Using...
(Continue reading)
9372 views
4 comments
over 8 years ago
More
Cancel
Luc van Vugt
2012-4-20
Mirror post
NAV 2009 SP1
how-to
matrix
RTC
How-to: Create a One-Page Matrix
Last...
(Continue reading)
35746 views
1 comments
over 8 years ago
More
Cancel
Luc van Vugt
2012-4-2
Mirror post
NAV
language portal
translate export
Naming Conventions
Some...
(Continue reading)
3989 views
1 comments
over 8 years ago
More
Cancel
Luc van Vugt
2012-4-1
Mirror post
Poisson d'Avril
MVP
Dynamics
Poisson d'Avril - The Sequel, part #2
...
(Continue reading)
2548 views
1 comments
over 8 years ago
More
Cancel
Blog - Monthly Archive List
January 2021
(1)
November 2020
(2)
October 2020
(1)
July 2020
(2)
June 2020
(1)
May 2020
(1)
April 2020
(1)
March 2020
(2)
February 2020
(2)
December 2019
(1)
November 2019
(1)
July 2019
(1)
May 2019
(2)
March 2019
(1)
January 2019
(1)
December 2018
(1)
September 2018
(2)
July 2018
(1)
May 2018
(1)
April 2018
(1)
March 2018
(1)
January 2018
(1)
December 2017
(1)
June 2017
(4)
April 2017
(1)
March 2017
(2)
February 2017
(2)
October 2016
(1)
August 2016
(1)
March 2016
(3)
December 2015
(4)
November 2015
(2)
October 2015
(3)
July 2015
(2)
June 2015
(7)
May 2015
(5)
April 2015
(4)
March 2015
(2)
February 2015
(1)
January 2015
(6)
December 2014
(2)
November 2014
(9)
October 2014
(6)
September 2014
(11)
June 2014
(2)
April 2014
(3)
March 2014
(1)
January 2014
(4)
December 2013
(3)
November 2013
(8)
October 2013
(3)
September 2013
(1)
August 2013
(1)
July 2013
(2)
June 2013
(6)
April 2013
(5)
March 2013
(4)
January 2013
(2)
December 2012
(1)
November 2012
(5)
October 2012
(13)
September 2012
(4)
July 2012
(7)
June 2012
(17)
April 2012
(5)
March 2012
(2)
February 2012
(7)
January 2012
(8)
December 2011
(4)
November 2011
(7)
October 2011
(6)
September 2011
(5)
August 2011
(4)
July 2011
(2)
May 2011
(1)
April 2011
(6)
March 2011
(4)
February 2011
(6)
January 2011
(6)
December 2010
(9)
November 2010
(8)
October 2010
(4)
September 2010
(9)
August 2010
(3)
July 2010
(2)
June 2010
(6)
May 2010
(2)
April 2010
(6)
March 2010
(2)
February 2010
(3)
January 2010
(11)
December 2009
(9)
November 2009
(6)
Blog Post List
Tags
About
Contact author
Subscribe by email
More
Cancel
By date
By view count
By comment count
Descending
Ascending
How-to: Create a One-Page Matrix by Example #2
Luc van Vugt
Using the step-by-step recipe , and basing on our first example , I have build another example One-Page for the following requirements: Customer Spending by Period: Display the total amount for each period (type, i.e. day, week, month, quarter, year, accounting period) what each of our customers has in order. In this case the design of our matrix would be: matrix cells displaying the total amount horizontal dimension being the periods vertical dimension being our customers …
2012-4-26
How-to: Create a One-Page Matrix by Example
Luc van Vugt
Using the step-by-step recipe I have build an example One-Page matrix based on the following requirements: Customer/Item Spending: Display the total amount for each item what each of our customers has in order. Basically this line already reveals the design of our matrix: Display the total amount ... -> matrix cells for each item what ... -> horizontal dimension each of our customers has in order -> vertical dimension To be able to build the matrix I need to do some preparation…
2012-4-20
How-to: Create a One-Page Matrix
Luc van Vugt
Last week I conducted a NAV Development update to the development team of a Dutch NAV partner. One of the topics we touched was the One-Page Matrix introduced in NAV 2009 SP1. The What's New in Microsoft Dynamics NAV 2009 Service Pack 1 - Installation and Development manual contains a lab that lets you build a One-Page matrix, but the end result is not complete and the overview ( what am I doing exactly? ) is a bit missing. Therefor I decided to try my best and make up some kind of step-by-step…
2012-4-20
Naming Conventions
Luc van Vugt
Some useful resources to study and use when naming objects in NAV, whether it be tables, fields, variables or whatever other object: Microsoft Dynamics® NAV 2009 Developer and IT Pro Documentation : Naming Conventions discusses the naming of: Tables objects Form and Page objects Report objects Table fields Form buttons and menu items Codeunit objects Variables User-defined functions Form controls Microsoft Dynamics® NAV 2009 C-SIDE Introduction : Chapter 2…
2012-4-2
Poisson d'Avril - The Sequel, part #2
Luc van Vugt
With joy I want to share with you the news that I am awarded 2012 Microsoft® MVP. Thankful as, though not changing my live, it sure brought me 'things' I wouldn't have come across otherwise.
2012-4-1