cancel
Showing results for 
Search instead for 
Did you mean: 

iTicker Problem

sidnooradarsh
Contributor
0 Kudos

Hi,

I have a table which contains 3 columns.

I have to display 3 columns in iticker each column with different color.

Like I want column 1 must scroll with Red, column 2 with Yellow and column 3 with Green color.

I tried doing it in Colocontext tab by assigning different colors to different columns but it always takes the color assigned for the first column.

Please suggest me how to configure iTicker to get each column with different color.

Thanks

Adarsh.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Adarsh,

I got the iTicker output in different colours.

If ColorByColumn is set to true, any columns specified in the MatchColumns list will have a color dynamically selected

1) you need to enable the Color By Column check box,

2) I have taken prod1,prod2,prod3 in three cols.

In color context tab you need to set the colors for each row.

At the same time I have given

color prod1 prod2 prod3

choose red R * *

yellow * Y *

Like that u can define.

I Hope it will help you.

Vijaya

Edited by: Vijaya Rekha on Jan 17, 2008 7:10 PM

sidnooradarsh
Contributor
0 Kudos

Hi Vijaya,

Thanks for your solution.

I tried the technique it worked.

But it not worked exactly how you said.

You told Prod1,Prod2,Prod3

R * *

  • Y *

  • * B

But actually What i figured out was it works like permutation and combination.

I gave something Like this based on your technique.

Prod1 Prod2 Prod3

  • R R

Y * Y

B B *

Whereever astrick (*) comes up that corresponding columns shows up the matched color. Not the columns with R or Y or B etc.

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Kudos

Have you considered returning your dataset with 3 rows instead of 3 columns, and then color contexting on the single column's associated values?

Regards,

Jeremy