SUM column after export to excel
julkifli33
Member Posts: 1,100
hi all....
i already made export to excel (matrix)
now in the last line I want to create a row that is sum all the column
how can i made it?
thanks
i already made export to excel (matrix)
now in the last line I want to create a row that is sum all the column
how can i made it?
thanks
0
Comments
-
IS this a custom report you have written or based off one of NAV standard analysis reports?
If its a Standard Analysis report, Even cronus has an example setup you can see.
Sales & Rec > Analysis > analysis Reports
Setup the line you want as a total Select formula and then add the combinations of rows you want added as the totalling formula0 -
i created by myself....0
-
Ok What is the report based on Items Value entry etc.
If you look at how the report above does it it should give you what you want0 -
i'm using table item
and then i setrange by date
so i have matrix like this1/1/11 2/1/11 3/1/11 ............. 10/1/11
Item A 1 7
Item B
Item C 2
Total 3 7 0 ............. 0
the one i'm asking is the bold one0 -
Just insert '=SUM(C3..C24)' in the field.David Singleton0
-
we can get the first row... like you said C3David Singleton wrote:Just insert '=SUM(C3..C24)' in the field.
but how about last row?
how can i get the last row numbers? --> C240 -
julkifli33 wrote:
we can get the first row... like you said C3David Singleton wrote:Just insert '=SUM(C3..C24)' in the field.
but how about last row?
how can i get the last row numbers? --> C24
Count them.
If you start at C3 and then you insert 21 rows you end at C24.David Singleton0 -
David Singleton wrote:julkifli33 wrote:
we can get the first row... like you said C3David Singleton wrote:Just insert '=SUM(C3..C24)' in the field.
but how about last row?
how can i get the last row numbers? --> C24
Count them.
If you start at C3 and then you insert 21 rows you end at C24.
but how do i catch the column?
i mean C,E,F
i dont know until what column
it depends on user give parameter0 -
julkifli33 wrote:David Singleton wrote:julkifli33 wrote:we can get the first row... like you said C3
but how about last row?
how can i get the last row numbers? --> C24
Count them.
If you start at C3 and then you insert 21 rows you end at C24.
but how do i catch the column?
i mean C,E,F
i dont know until what column
it depends on user give parameter
What have you tried so far. There is enough information for you to do something by yourself. Simply asking on forums is never going to help you. Except in the very short term.David Singleton0 -
Mmmm... you said the number of columns depends on user parameters... but... given the parameters... you do know how many columns and how many rows have been exported, right? And you probably know in which column you want to add the SUM, right?
I don't see where the problem is... of course you cannot use a 'SUM(C3:C24)' like this, harcoded, you'll have to build this string dynamically, but other than that...0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
