Missing value string option not working for table save (n="")
Posted: Wed Jun 25, 2025 4:22 am
Hi,
It appears to me that the option to change the string printed for missing values when saving a table to excel is not working:
Generates #N/A instead of . in cell 2B.
Regards,
Erik Glans, NIER.
Eviews 14, Jun 9 2025 build
It appears to me that the option to change the string printed for missing values when saving a table to excel is not working:
Code: Select all
WfCreate C:\temp\temp.wf1 u 2
Table(2,2) tX
tx(1,1) = 2
tX(2,2) = Na
tX.save(t=excelxml, n=".") "C:\temp\MyTable.xlsx"
Regards,
Erik Glans, NIER.
Eviews 14, Jun 9 2025 build