Uniquely identify a tag within "After Each Row" part of report template
I have a report template where I'd like to add some extra HTML on to the end of each report row like this (in After Each Row section):
<td><div id="row#ROWNUM#">xxx</div></td></tr>
I'm trying to use #ROWNUM# to generate a unique ID for each row, but it doesn't work (in Apex 3.2) - I just get 'id="row#ROWNUM#"' in the rendered HTML. Am I doing anything wrong, or is there another way to achieve what I want?
Thanks,
Tony
Edited by: Tony Andrews on Aug 27, 2009 3:29 PM