Summary
if else in rtf template
Content
Hii All,
i want to convert following logic into rtf template format in bi publisher.I am writing this inside a loop for finding minimum.Logic is
if
c < counter then
c:=counter
end if
i tried to convert it.but it is giving error. Anyone please correct this code
<?xdofx:if c < counter then counter:=c?><?end if?>
Thank you