I have three fields in qweb report.
field1
field2
field3
if all the three fields have values then it will print like below
value1
value2
value3
but if the field 1 or field2 is empty. then it will show large blank space, then print field3 value. How can I avoid this blank space if the above fields have no value?