Whats is the scope of for-each@scetion in a BI Publisher RTF template/subtemplate?
Hi All,
I have used "for-each@section" in one of the RTF subtemplate to repeat a section from input XML. This subtemplate is called in a main template where there is a footer which is supposed to be refreshed as per the repeating section in the subtemplate with "for-each@section" in it.
Issue: If I call the subtemplate in the main template it does not refresh the footer in the main template and always displays the footer as per the data from the first section as in "for-each@section"(following section do not refresh the footer and footer has value from the first section).