Community
Participate
Working Groups
I have a problem when creating a bookmark in the rptdesign file. I entered for example the request row["name"] or row["id"], but in both cases the generated bookmark looks like : id="_recreated__bookmark__". I can see the problem even in the Preview tab. <td class="style_83" style="border-width: 1px 1px medium; border-style: solid solid none; border-color: rgb(204, 204, 204) rgb(204, 204, 204) black;"> <span id="_recreated__bookmark__9" class="style_78">VP</span> </td> In these cases the hyperlink can't work correctly.
Karine, Bookmark is output as id in HTML, so if bookmark expression generates duplicate, engine will generate a bookmark automatically to avoid duplication. Your can revise your bookmark expression to avoid duplication by your logic.