Options

RTC and Classic Send-to Excel Error

PureHeartPureHeart Member Posts: 190
edited 2010-04-23 in NAV Three Tier
Hi All,

I've got a problem when using the Send-To Excel functionality from RTC...it is working fine from Classic but is instead giving this errors from RTC:

XML ERROR in Table
REASON: Bad Value
FILE: XXXXXXXXXXXXXXXXX
GROUP: Table
TAG: Column
ATTRIB: Width
VALUE: NaN

The Database is swedish and is NAV 2009 SP1 with latest Hot Fix...
It is really strange it looks like RTC is running a different code I analyzed the problem further and I found out that the XML created from RTC is different from Classic on the same page so:

Classic:

<Worksheet ss:Name="Chart of Accounts1">
<Table ss:ExpandedColumnCount="2" ss:ExpandedRowCount="1338">
<Column ss:AutoFitWidth="0" ss:Width="46.854800000000004"/>
<Column ss:AutoFitWidth="0" ss:Width="125.70800000000001"/>

RTC:

<Worksheet ss:Name="Chart of Accounts1">
<Table ss:ExpandedColumnCount="2" ss:ExpandedRowCount="1338">
<Column ss:AutoFitWidth="0" ss:Width="NaN"/>
<Column ss:AutoFitWidth="0" ss:Width="NaN"/>

The problem is that "NaN" value...
Anyone had the same problem or is it just me in whole word?

](*,) ](*,) ](*,)

Please HELP!

Thanks
Why don't you try my compare tool?
http://www.mibuso.com/dlinfo.asp?FileID=1123

Comments

Sign In or Register to comment.