Text area HTML fields not rendering in HTML template reports

Posted by Rollbase User on 25-Jan-2013 11:14

I added Text Area fields with HTML turned on for an object and when I try to output them in an HTML template report, nothing is being displayed. They are outputting data in a Tabular report so the entries are being stored but for some reason nothing is displaying in the HTML Template reports. I have tried using both {!field} and {!field#html} without success.

All Replies

Posted by Admin on 25-Jan-2013 12:00

I'll take a look.

Posted by Admin on 25-Jan-2013 17:30

I do not confirm the issue: works fine in my test environment.



Rich text HTML may be conflicting with HTML on page. Please open HTML source, that may give some clue.

Posted by Admin on 31-Jan-2013 10:13

In case anyone else has this issue, it was occurring because I was referencing an object with multiple records without a loop to recursively go through each record. I didn't think I needed this as I was applying a filter so that only one record was ever returned but I did need it to get the HTML block to display.

Posted by Admin on 31-Jan-2013 11:41

You need a loop to reference multiple side of relationship.

This thread is closed