M
mscertified
I have this report which prints horizontal color bars in 60 slots which
represent months over a 5-year period.
I build the report in a temporary table which then feeds the report.
Currently I have columns called M1 thru M60 in this table.
My problem is that now the user also wants special characters in the slots
to represent certain events. These will overlay the color. So I am now facing
adding another 60 columns for this character.
That is unless anyone can think of a creative solution for cramming both a
color and a character in one byte. There will be a maximum of 10 different
colors and 8 different characters.
Any ideas?
represent months over a 5-year period.
I build the report in a temporary table which then feeds the report.
Currently I have columns called M1 thru M60 in this table.
My problem is that now the user also wants special characters in the slots
to represent certain events. These will overlay the color. So I am now facing
adding another 60 columns for this character.
That is unless anyone can think of a creative solution for cramming both a
color and a character in one byte. There will be a maximum of 10 different
colors and 8 different characters.
Any ideas?