Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Uniquely identify a tag within "After Each Row" part of report template

Tony AndrewsAug 27 2009 — edited Aug 27 2009
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 24 2009
Added on Aug 27 2009
1 comment
311 views