Jump to content

Recommended Posts

Posted

Hi all

I 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 field

and its horyable. How to set alignement which give me one or 2 tab space betwen first_last_names and next field

for names with 18 characters, 24 characters or for 52 - its maximum, but who knows in future some person will have more then 52

so I need dinamicaly alignement like

1. John Stuart co process -- its good view

2. 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 view

I was trying wiyh float or overflow but no chance, is there any solutions?

thanx

Gordan

 

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted

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 that

I m beginer with ireport

 

 

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...