Hello, Curious if anyone can think of a creative way to pull off this requirement: The requirement sounds simple - We have some lines of the report that require indenting and highlighting. The problem is that the client would like the highlighting to also be indented. Another words, we don't want the entire row highlighted. See attachment. The indenting is working fine and the highlights are working fine - but the background hightlighting affects the entire row of data (see proc_print_indent2). I'm using a fairly straightforward compute statement: call define(_col_,"Style", "Style=[foreground=black indent=20 just=l background = &_rpt_bkgrnd_2 BORDERLEFTWIDTH=1 BORDERLEFTCOLOR=black BORDERBOTTOMCOLOR=black BORDERBOTTOMWIDTH=1 BORDERTOPWIDTH=1 BORDERTOPCOLOR=black ]"); Any ideas on how I could fill-in the background to match the indent? Thanks, John ps - this is the curse of Excel...
... View more