Options

incorrect values passed to RTC report with .CreateTotals

bertmbertm Member Posts: 11
edited 2010-04-27 in NAV Three Tier
hi,

in my classic report, CurrReport.createtotals("Line Amount") is used.
Depending on some conditions, this total or 0 is put into a decimal variable.
This variable is then shown on the report. The correct value is shown.

When i place this value in my RTC report however, the value that is passed to the RTC report is incorrect.
Instead of showing the total, it shows the last value that was suppossed to be added to the total.

for example: there are 3 sales invoices lines, with line amounts: 500,300,700
the total that is shown in the classic report 1500
the total that is shown in the RTC report 700


Is there some problem with the combination of createtotals and RTC reports?
Is there a solution to this?

thanks

Comments

  • Options
    Ashish_GuptaAshish_Gupta Member Posts: 56
    hi
    i think you have to concern ISSERVICETIRE
    Ashish Gupta
    Navision Technical Consultant
  • Options
    cavit_ilkercavit_ilker Member, Microsoft Employee Posts: 5
    Hi,

    CREATETOTALS function is not supported by RTC. You should create a sum expression instead to view the value.

    Regards
    Cavit Ilker
    Microsoft Dynamics NAV

    This posting is provided 'AS IS' with no warranties and confers no rights.
  • Options
    bertmbertm Member Posts: 11
    ah, thank you for the reply.
    Are there other functions that arent supported by RTC that i should know of?
Sign In or Register to comment.