wallesis Posted October 19, 2021 Share Posted October 19, 2021 I have 3 textfield in columsSF{NAME}SF{COUNTRY}SF{TELEFONE}The country can bé null, name and telefone are not null, so I Want:If country is not null:MARKEEUU555 555 555If country is null (desired result), the space of the country is occupied by the telefone:JOHN444 444 444 But the current result is as followers:JOHN(SPACE)444 444 444 Any suggestion? Link to comment Share on other sites More sharing options...
sudeep.duvvuru Posted October 19, 2021 Share Posted October 19, 2021 Use a table component to hide entire column using print when expression.write a variable to evaluate presence of data in Country field and use it in print when expression of Country Column in Table. Link to comment Share on other sites More sharing options...
wallesis Posted October 19, 2021 Author Share Posted October 19, 2021 Without table can not be done, only with TextField? Link to comment Share on other sites More sharing options...
luked Posted October 19, 2021 Share Posted October 19, 2021 Morning,You can try ticking the remove line when blank box in SF{COUNTRY}. Link to comment Share on other sites More sharing options...
wallesis Posted October 21, 2021 Author Share Posted October 21, 2021 Hii got it. - Remove line when blank- Name, fix to top; country and tlf float.- Remove gap between fields- And put fields into a FRAME .Thanks all Link to comment Share on other sites More sharing options...
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