BI Publisher - Detect change of page
Summary
BI Publisher - Detect change of pageContent
Hi all,
Is it possible to know or detect that the page has changed in the a report?
I have a table generated with a variable number of rows based on the following data:
<G_TABLE>
<G_ROW>
<INFO_1>42157777_1</INFO_1>
<INFO_2>Blab bla bla_1</INFO_2>
<INFO_3>ncmvnmcnvmnvmncv_1</INFO_3>
<INFO_4>uiouiouioyioouioi_1</INFO_4>
<INFO_5>uj585jj4838j3_1</INFO_5>
</G_ROW>
<G_ROW>
<INFO_1>42157777_2</INFO_1>
<INFO_2>Blab bla bla_2</INFO_2>
<INFO_3>ncmvnmcnvmnvmncv_2</INFO_3>
<INFO_4>uiouiouioyioouioi_2</INFO_4>
<INFO_5>uj585jj4838j3_2</INFO_5>
</G_ROW>
<G_ROW>
<INFO_1>42157777_3</INFO_1>
<INFO_2>Blab bla bla3</INFO_2>
<INFO_3>ncmvnmcnvmnvmncv_3</INFO_3>