Question: How can I get a green-bar effect (alternating colors) in a matrix? Answer: For a green-bar table, you can simply use a background color expression like this: =iif(RowNumber(Nothing) Mod 2,"Green","White") However, there is currently no GroupNumber()
Read More...