Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I need help making my table object lines to have just 2 colors like the below:
Apps | Links |
|
Harp |
| 45657 |
Logo |
| 56576 |
Umbrella |
| 55748 |
Study ops |
| 23243 |
Shotgun |
| 54647 |
British |
| 86769 |
CMPS |
| 34564
|
How can i have such table, with just 2 colors?
was this resolved already?
i converted Omar's solution to this:
if(mod(RowNo(Total),2)=1,Green(),Red())
try this in the background colours of your dimensions and measure:
if(mod(RowNo(),2)=1,Green(),Red())
change the colours as you want
result:
Where shld I put this line of Code pls ??
Sorry, just seeing the last bit of your message.
It goes in the 'background color expression' in each column
In each column :
In Background color expression
Hi Omar,
look at the result of the code here
its giving me same color on all lines.
What's your expression?
exactly the same one u sent to me on here.