I have very basic question , i have to modifed report purcahse book Vat(16538)for the RTC Navision using RDLC ,
the modification is like this here what ever the feild value either credit or debit (means - or +) system will show only plus
For eg( suppose Tax base amount like this in table
$-5000
$2000
$-1000
than if i run this report than it will show the report like this
$5000
$2000
$1000
i go n check the report than i find that here they use ABS fuction like this ABS(“Tax Base Amount”)
so what ever the -ve that display postive, now remove the ABS function form the front like this “Tax Base Amount” now this showing according to + and - , in classic client ,
Now my problem is that these changes which i have done in report which coming in classic report why not they coming in rtc report. i have done the same thing remove the ABS function from the RDLC reports section also , any idea how to solve this problem.
Thanks for the reply i have first remove ABS from the classic report , than
i have remove it from the RDLC datasetfeildName, Here iam attching the image
if its working in ur system can you send it to me , so that i can
also check.
ok amol i will restore the previous object , and then i will remove the ABS function only form the classic report save the report and then that will refelect in RTC also as you said.
i have done what you have recommend but output is same, if you have object of this modification can you give it me . show that i can what exactly iam missing.