SetData/GetData

rajalakshmi223rajalakshmi223 Member Posts: 8
edited 2013-02-07 in NAV Three Tier
Hi All,
i have a doubt in using getdata/setdata.
when i use more than 11 fields in hidden table its not showing me in header.
i faced this problem in both 2009 R2 and 2013.
i refered base reports also, they have declared more than 45 fields in hidden.
i dont know how to proceed further in my report more than 11 fields.
](*,) :oops: :roll:

Comments

  • kabrocokabroco Member Posts: 111
    This looks like something I did wrong in RTC reporting: did you use the correct format for set data and getdata?

    The buffer table cannot receive a boolean or decimal (f.i.) in there.
    You have to use Cstr
    "Cstr(FormatNumber(Last(Fields!VarVATTotals_5.Value),2))+ Chr(177)"

    Maybe this is not the problem....
Sign In or Register to comment.