I am re-working a report from a previous employee at my company and having some issues with formatting the correct column in the correct place.
There are custom defined css styles that are referenced in a "dbr.colclass" select. Then there is a very long "rowclass" result.
The problem is that I can't get the formatting to apply to a newly added field. Whenever I try to point the formatting query at the css style, the data element is done correct...but it shows up in the wrong place (right under the previous element rather than next to it.
I'm a bit confused about how to apply the colclass to the correct data element when it's a part of a much larger query (there about 33 fields select and a full page of "if" statements that generates the formatting query).
Any suggestions would be appreciated.