gordanmiloje Posted October 20, 2015 Posted October 20, 2015 Hi allI have two field, one is from column names (select first_last_names from users) and other is static text field all in one row.problem i is that names with length up to 20 characters have good view, wher > 20 characers over change static fieldand its horyable. How to set alignement which give me one or 2 tab space betwen first_last_names and next fieldfor names with 18 characters, 24 characters or for 52 - its maximum, but who knows in future some person will have more then 52so I need dinamicaly alignement like1. John Stuart co process -- its good view2. Micky Bartonco process -- to be Micky Barton co process (12 char plus one space)3. John Smith S#####ess to be like 3. John Smith Senior co process (17 char plus one spaces ) -- its bad viewI was trying wiyh float or overflow but no chance, is there any solutions?thanxGordan
zh3ntil Posted October 21, 2015 Posted October 21, 2015 Why don't you write all in one textfield?CONCATENATE($F{first_last_names}," co process")
gordanmiloje Posted October 21, 2015 Author Posted October 21, 2015 I was trying but theres no report, not work:CONCATENATE($F{first_last_names}," co process") extend textfield $F{first_last_names}, or is trere other way how to do thatI m beginer with ireport
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