I have a customized report, having code written on section for Excel, which is to be shifted on dataitem for Rtc.
The code written on Purchase header's Groupfooter is as:
CurrReport.SHOWOUTPUT :=
CurrReport.TOTALSCAUSEDBY = FIELDNO("No.");
IF "Purch. Rcpt. Line".Quantity = 0 THEN
CurrReport.SHOWOUTPUT(FALSE);
The data is not correct in the excel generating for Rtc.
It is picking the second value and the totals are wrong
My question is how this part of the code written below be implemented for Rtc:
CurrReport.SHOWOUTPUT :=
CurrReport.TOTALSCAUSEDBY = FIELDNO("No.");
PFA
0
Comments
ArcherPoint, Inc http://www.archerpoint.com
Blog: http://www.navisionworld.com
skkulla
Group Header , Group footer,Trans header & trans footer not supported in RDLC.
Check this link for more information:
http://msdn.microsoft.com/hi-in/library/ms251700.aspx
=D> :-k
Navision Technical Consultant & .Net Developer
I have a customized report for which some Discount calculation is done in classic.
I have developed the Rtc report for the same, Discount calculation part was flowed from classic to Rtc via a
variable, to get the value of that variable last(Exp) is used in Expression, but in my case there is another fields which get calculated at the end and so the value of the variable at the last is Blank, so it pick the Blank value instead of the required value.So how could i pick the mid value in Rtc.
Screenshot attaced.(About this Report).
ArcherPoint, Inc http://www.archerpoint.com
Blog: http://www.navisionworld.com
skkulla