Classic To RTC conversion
bavanisenthil
Member Posts: 7
I have developed Report in Classic, i want to convert to RTC. i have written some code in GroupFooter section in classic.
when i convert to RTC, i am not getting the same output as in classic, where to write the code(written in GroupFooter section) in RTC.
kindly help in this regard.
when i convert to RTC, i am not getting the same output as in classic, where to write the code(written in GroupFooter section) in RTC.
kindly help in this regard.
0
Comments
-
Codes written on section does not work in RTC reports.
see any standard report in RTC how's they working?0 -
i couldn't understand the code in standard reports.
could be please give simple examples0 -
write the same code in OnAfterGetRecord Trigger and use ISSERVICETIER.
For E.g.
IF ISSERVICETIER THEN BEGIN
Statement1;
Statement2;
END;
Abhishek0 -
I have developed a report from- sales line table having fields
itemno, description, quantity and another calculated field quantity +10.
Following code i have written in onaftergetrecord trigger,
IF ISSERVICETIER THEN
CurrReport.SHOWOUTPUT :=CurrReport.TOTALSCAUSEDBY="Sales Line".FIELDNO("Sales Line"."Shortcut Dimension 1 Code");
IF sd1 = "Sales Line"."Shortcut Dimension 1 Code" THEN
BEGIN
DVCalQty := "Sales Line".Quantity +10;
DVCalQty1 += DVCalQty;
END
ELSE
BEGIN
sd1 := "Sales Line"."Shortcut Dimension 1 Code";
DVCalQty := "Sales Line".Quantity +10;
DVCalQty1 :=0;
DVCalQty1 += DVCalQty;
END;
i get correct output in classic. when i convert the same to RTC, i am getting the group total.
help me in resolving this issue.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