customising dtables using a prg
Posted: Sun Oct 22, 2017 8:13 pm
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
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