Click here to Skip to main content
15,887,477 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can anybody help?

I want to remove blank spaces of talix cells.

HTML
<table>
<tr><th>Column1</th><th>Column2</th><th>Column3</th></tr>
<tr><td>Text1</td><td>Text2<br/>Text3</td><td>Text4<br/>Text5<br/>Text6</td></tr>
</table>


It is possible that Text3, Text5 or Text6 are empty.
So if (espacially Text6) is empty how can I remove the empty line.


What I have tried:

I tried using CanShrink and an iif expression. But I still receive an empty line.
Posted
Updated 28-Jun-17 9:07am
Comments
ZurdoDev 20-Jun-17 13:55pm    
Include the br tag in your expression.

1 solution

for the hidden property in the column selection try your immediate if statement

like =iif(Text2.Value="",True,False)

or something along that

It would have to be applied to the column not to the field or to the header but to the column
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900