Search code examples
oracle-databasebi-publisher

BI Publisher .rtf Spacing if there is null value


I am facing an issue on BI Publisher, I have some texts shown in a list.When they have value everything is fine , but when any of them is null then the space is held and shown empty line.Is it possible to wrap the empty line ? You can notice my code above.

https://i.sstatic.net/F47Kh.jpg "PDF" https://i.sstatic.net/bM0yn.jpg "RTF"

Observações:
COMMENTS
<?if@inlines: FORM = 'ABC' ?>This is a test . <?end if?>
<?if@inlines: STS = 'LATE' ?>TESTETSTS<?end if?>

Solution

  • Take off the @inlines. That's what is preventing the new lines.