DocumentID in Repeater with custom query

Novice User asked on July 4, 2018 23:51

In my transformation, I am trying to link to a document id for every document. But {%DcoumentId%} is returning the same document id for every document. Is there any macro for it or how do I modify my query to add the doc id in it ?

Recent Answers


Peter Mogilnitski answered on July 5, 2018 01:03 (last edited on July 5, 2018 04:32)

Check your SQL query, make sure documentId column is there, because you are printing the documentid of the current page where your repeater is. if documentid is not returned by your query - then {%DocumentID%} is taken from {%CurrentDocument.DocumentId}

2 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.