Hi Cynthia,
First i I'm sorry for my inaccuracy,English is not my native language.
Thanks for your help and attention!.
I know _c_4 is not my absolute column reference...
i will take your example:
i want get each STSCBT and BY_ZONE for the HOZE variable, HOZE1, HOZE2 😞
------HOZE1-------- ------HOZE2-------- Ezor_c STSCBT1 BY_ZONE1 STSCBT2 BY_ZONE2 commrical name
_c2_ _c3_ _c4_ _c5_
i want to get BOTH the HEADER cells and DATA cells for _c4_
To get th data cells i use the call define statment:
call define('_c4_', "style", "style={background=gray}" );
it works ok!
but i dont know how to get the style for the header.
if i will use in the define statment style(header) options:
define Stscbt/'Stscbt' sum format=comma20. style(header)={background=gray};
each STSCBT (STSCBT1 ,STSCBT2 ,STSCBT3) will be styled and i want only
STSCBT2 (_c_4 will be styled)....
Message was edited by: yonib
... View more