Hi All,
Can you please let me know, i did code for excel export. it's bring data nicely.
I noticed the problem in date fieldS...
In above marked 2 columns showing value with datetime
the above 2 columns date field in AX is simply trans date datatype like...
purchLine.DeliveryDate;
purchLine.ConfirmedDlv;
i wrote below code -
excelWorksheet.cells().item(i,7).value(deliveryDate);
excelWorksheet.cells().item(i,8).value(ConfirmedDlv);
@ but in excel it showing date with time. Is it any way that i can control from AX to remove time before export in excel ?
Please give me more shed on this.
Thanks!