Question about getting background color from query field

Hello.

For example, I have a table with 2 fields(table A(column1 number, column2 varchar2(50)) ).

The values in this table are for example:

column1  column2

A
column1 column2
1 [255,255,0]
2

[255,0,255]

3 [0,255,255]

I have a report, with very simple SQL query: select column1,column2 from a

Now, I want to display a table with column1, but background value of each row cell must be the value of column2. How can I achive this using iReport-5.0.1?

I might, that somebody faced with this question and could share solution with me.

Thanks.

Kind regards, Stanislav

bsg's picture
bsg
1
Joined: Apr 29 2011 - 3:39am
Last seen: 9 years 11 months ago

0 Answers:

No answers yet
Feedback
randomness