Page 1 of 1

customising dtables using a prg

Posted: Sun Oct 22, 2017 8:13 pm
by nodarig
I am using a dtable, and transforming the data to year and period percentage changes:

group1.ddtabopts transform(1, PCY)
group1.ddtabopts transform(2, PC)

These commands automatically generate the following labels:

"(year % ch.)" and "(% ch.)"

Is there a way to get rid of these labels? I don't want anything to be printed, just the transformed data.

Thanks a lot

Re: customising dtables using a prg

Posted: Mon Oct 23, 2017 9:49 am
by EViews Jason
You will have to freeze the dtable into a table object and then loop through all the rows and manually set the cell contents to get rid of the labels.

Alternatively after freezing the dtable, you can just remove the entire column if you just want the data but I suspect you may still want the series labels.