I've found a problem related to exporting data from NAV to Excel. There are some workarounds and other ways of finding an answer, but in my case we've got problems with that, due to restrictions in accessing the customer server. Long story short:
We're trying to export VAT-transactions from the VAT-transaction list in order to analyze some things in Excel. When we do that we get an error ("Table"), which stops the export without data. That problem isn't uncommon, I've searched the forums and seen some variants of it.
In this case I can track the error to an document number being set to "2010-12". (Error log file)
It seems that Excel gets confused with that format, since it regards it as a number, which turns into a formula since there's a "-" sign. A pure number or a pure text string works fine (ie: 2133, V1-14, TEST etc), but with something like the above we get a crasch instead.
The question then becomes: Has anyone got a
nice solution to this problem? Is there one?
Normally we'd be able to help the customer somehow, by working around the issue. This time the customer sits behind extra high security protection, which essentially means that all form of external connection is void, and a visit is needed for any kind of more advanced change in code. Which of course shouldn't be a problem, except it involves 6h of travel to get it done... (Don't ask
)
I guess I'm wishing for the impossible! I'd settle for a good explanation why this isn't working out of the box...