Hi,
It is basically in Continuation of my previous thread of [highlight #FCE94F]how to add column[/highlight].
Kindly let me know how to print these fields in report as these fields are not permanent.
The Structures are as follows:
myr1 = 'Y_'+mYear &&mYear = 2016
myr2 = 'Y_'+ALLTRIM(STR(mYear1))
myr3 = 'Y_'+ALLTRIM(STR(mYear2))
myr4 = 'Y_'+ALLTRIM(STR(mYear3))
myr5 = 'Y_'+ALLTRIM(STR(mYear4))
myr6 = 'Y_'+ALLTRIM(STR(mYear5))
Crea Curs katsale (location c(30),;
&mYr1 n(13,2),;
&mYr2 n(13,2),;
&mYr3 n(13,2),;
&mYr4 n(13,2),;
&mYr5 n(13,2),;
&mYr6 n(13,2),;
pcode c(10))
Index Tag Location On Location
Thanks
Saif
It is basically in Continuation of my previous thread of [highlight #FCE94F]how to add column[/highlight].
Kindly let me know how to print these fields in report as these fields are not permanent.
The Structures are as follows:
myr1 = 'Y_'+mYear &&mYear = 2016
myr2 = 'Y_'+ALLTRIM(STR(mYear1))
myr3 = 'Y_'+ALLTRIM(STR(mYear2))
myr4 = 'Y_'+ALLTRIM(STR(mYear3))
myr5 = 'Y_'+ALLTRIM(STR(mYear4))
myr6 = 'Y_'+ALLTRIM(STR(mYear5))
Crea Curs katsale (location c(30),;
&mYr1 n(13,2),;
&mYr2 n(13,2),;
&mYr3 n(13,2),;
&mYr4 n(13,2),;
&mYr5 n(13,2),;
&mYr6 n(13,2),;
pcode c(10))
Index Tag Location On Location

Thanks
Saif
