Friday, March 27, 2015

Add Running Value to Number Column

During your report development with Ms Dynamics Ax 2012, you might require to add Number Column which identify row number for your detail data in table. In this topic i will guide you step by step to do as result shown below:



In order to do this you have to know as follow:
- A column with blue rectangle is our requirement.
- Criteria column with red rectangle.
- Apply below formula to the expression of No column in Ms Visual Studio.
          =RunningValue(Fields!ItemCode.Value,count,nothing)

No comments:

Post a Comment