nolihayati isma
27th October 2015, 11:07
Dear All,
I need to develop report which report should displayed in excel .csv.
for header report,i am using below command (work well)
tcccm.dll0010.append.field(tcccm.dll0010.get.table.field.desc("tfacr200.docd"),delimiter,file.record)
for detail report, i am using below command (work well)
tcccm.dll0010.append.field(num.to.date$(tfacr200.docd,3),delimiter,file.record)
there is new field which i need to display which is if tfacr200.docd = 01022014, i need to display only 02, what is the command that i need to use?
I need to develop report which report should displayed in excel .csv.
for header report,i am using below command (work well)
tcccm.dll0010.append.field(tcccm.dll0010.get.table.field.desc("tfacr200.docd"),delimiter,file.record)
for detail report, i am using below command (work well)
tcccm.dll0010.append.field(num.to.date$(tfacr200.docd,3),delimiter,file.record)
there is new field which i need to display which is if tfacr200.docd = 01022014, i need to display only 02, what is the command that i need to use?