← Back to team overview

report-openoffice-team team mailing list archive

[Bug 612619] Re: IF statement is not processed if the line break inside the <IF> </if>

 

The problem appears in this case...
------
<if test="1==1">My text should be printed
</if>
------

In this case there is no problem...
------
<if test="1==1">
My text should be printed
</if>
------
Most likely it is problem with Relatorio, it does not understand "IF" opening in one paragraph but closing inside next.

Solution is unclear by know.

-- 
IF statement is not processed if the line break inside the <IF> </if>
https://bugs.launchpad.net/bugs/612619
You received this bug notification because you are a member of Report
OpenOffice Team, which is the registrant for Report OpenOffice.

Status in OpenOffice.org Reporting Engine for OpenObject: Confirmed

Bug description:
IF statement is not processed if the line break inside the <IF> </if>





References