August 27, 2008 at 4:23 am
Hi,
Anybody can help me to solve the problem.The problem is i have created 1 table report with alternet 2 colour row like 1 row is pink den next row is sky and like this wayits repeating.I want in this way like 1st pink den white den sky den blue.
but i was unable to do that.Please help me.
Advance Thanks:)
August 27, 2008 at 4:32 am
Go to the color properties and create an expression for the color for alternate rows using IIF.
August 27, 2008 at 4:37 am
for that 2 colours i did ..code is
=iif(Rownumber("table1") Mod 2,"green","pink")
i want to know what is the code if i want to use 4/5 colours
August 27, 2008 at 4:48 am
Have a look at this article
http://weblogs.sqlteam.com/joew/archive/2008/08/20/60693.aspx
It shows one method of having more than two colours in a report.
[font="Verdana"]Markus Bohse[/font]
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply