bsg Posted April 11, 2013 Posted April 11, 2013 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 column2Acolumn1column21[255,255,0]2[255,0,255]3[0,255,255]I have a report, with very simple SQL query: select column1,column2 from aNow, 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now