Navision Crosstab Report v1.1

Administrator
Member, Moderator, Administrator Posts: 2,506
Navision Crosstab Report
Crosstab report in Navision 3.7. It's dynamic crosstab with dynamic grouping.
Please give me a good vote, I'm still a beginner in Navision.
Thanks.
http://www.mibuso.com/dlinfo.asp?FileID=404
Discuss this download here.
Crosstab report in Navision 3.7. It's dynamic crosstab with dynamic grouping.
Please give me a good vote, I'm still a beginner in Navision.
Thanks.
http://www.mibuso.com/dlinfo.asp?FileID=404
Discuss this download here.
0
Comments
-
Great Idea!
I think this can only be accomplished using Crystal, and this was one of my question at the training. Unfortunately, WHY DON'T you give some explanation regarding your design (documentation)? It's pretty troublesome when I execute (run) the imported object, it always said that
Report TempTable is empty?What it should be?
That's all about it.0 -
Hi jemmy,
I'm uploading an enhance version for this Crosstab report.
"Report Temptable is Empty" means there is no data. You can try to check out the filter that you applied.
I haven't got time to write out the documentation. Sorry about that.Regards,
Peter Ng0 -
Navision Crosstab Report v1.1
Enhance version from previous Crosstab, added features like selectable table, field, grouping, column, value.
All settings can be save, allow unlimited reports.
Don't forget to import the report settings.
http://www.mibuso.com/dlinfo.asp?FileID=404
Discuss this download here.0 -
I imported all objects in to Navision,but I don't know where to start. Can any one help? Thanks. :?Warren0
-
WarrenLiu wrote:I imported all objects in to Navision,but I don't know where to start. Can any one help? Thanks. :?
Have you import the data using the dataport? The report is using the data stored in the "User Preference" table, as parameter for your selection.Regards,
Peter Ng0 -
I already import to User Preference table using dataport
Then I ran report Crosstab with Selectable Table > SIN > Sales Invoice By Product > filled following fields:
Column: Salesperson No.|SALESPNO
Group 1: Salesperson No.|SALESPNO
Value: Quantity|QTY
Posting Date: 01/02/05 To 14/03/05
and let other fields to default, but an error came up:
The value of COPYSTR parameter 3 is outside of the permitted range
What did I do wrong?0 -
Sorry for poor coding, busy is my excuse. O:)
In dataitem named "Init", proceed to C/AL editor (F9),
Add in the code below, line number 3, 4, and 7.1 FOR gint_Counter:=1 TO 4 DO 2 BEGIN 3 IF gtxt_GroupingSelected[gint_Counter]<>'' THEN 4 BEGIN 5 gtxt_Grouping[gint_Counter]:=COPYSTR(gtxt_GroupingSelected[gint_Counter],1, STRPOS(gtxt_GroupingSelected[gint_Counter],'|')-1); 6 gtxt_GroupingSelected[gint_Counter]:=COPYSTR(gtxt_GroupingSelected[gint_Counter], STRPOS(gtxt_GroupingSelected[gint_Counter],'|')+1); 7 END; 8 END;
It is because I didn't code much on the validation. :-$Regards,
Peter Ng0 -
is it possible using on Role Tailored (NAV 2009)?0
-
This was created in 2004, years before NAV 2009 was released. Although it might be possible to run it from the RTC (try it), and suggesting an RDLC layout might work as well (try it), it was certainly not designed for it.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K 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
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions