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:
0
Comments
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....