Hi,
I have a detail section with many lines and I'd like to show one line with a color and next line with another color, and repeat this schema. For example, odd lines in blue and even lines in yellow. How can I do this?
Thanks.
Printable View
Hi,
I have a detail section with many lines and I'd like to show one line with a color and next line with another color, and repeat this schema. For example, odd lines in blue and even lines in yellow. How can I do this?
Thanks.
in format editor, use formula to do this.
just like which row is mod by 2 = 0 then color blue ... blah blah blah
Thank you, but, is there a function to get the number of the row? So, I go to Section Expert, mark Details, Color tab, click on Formula-box and type... ¿what? I've been looking for it on Functions but I cannot find it...
it's RecordNumber
Steve.
GREAT!
Thank you very much. :afrog: