Can't get data page to display on login page
Hello,
I'm trying to display some data on the login screen but it's currently not working. I am using data page with data source from the report definition. I identified some issue that was causing the problem including setting up the correct access group and make sure all rules are in the correct ruleset. Attached are screen captures of the data page configuration and below are two pieces of code I use. I also notice that the data is not persistence on node level as expected according to the setting in the data page. Any help is appreciated.
Thank you,
Katie Mai
<pega:withPage name="D_HelpScreen"> <pega:forEach name=".pxResults"> <pega:withEmbedded name="$this" > <tr> <td><pega:reference name="$this.HOURS" /></td> <td><pega:reference name="$this.RESPONSIBILITY" /></td> <td><pega:reference name="$this.TELEPHONE" /></td> <td><pega:reference name="$this.EMAIL" /></td> </tr> </pega:withEmbedded> </pega:forEach> </pega:withPage>
Hello,
I'm trying to display some data on the login screen but it's currently not working. I am using data page with data source from the report definition. I identified some issue that was causing the problem including setting up the correct access group and make sure all rules are in the correct ruleset. Attached are screen captures of the data page configuration and below are two pieces of code I use. I also notice that the data is not persistence on node level as expected according to the setting in the data page. Any help is appreciated.
Thank you,
Katie Mai
<pega:withPage name="D_HelpScreen"> <pega:forEach name=".pxResults"> <pega:withEmbedded name="$this" > <tr> <td><pega:reference name="$this.HOURS" /></td> <td><pega:reference name="$this.RESPONSIBILITY" /></td> <td><pega:reference name="$this.TELEPHONE" /></td> <td><pega:reference name="$this.EMAIL" /></td> </tr> </pega:withEmbedded> </pega:forEach> </pega:withPage>
<pega:withPage name="D_HelpScreen"> <pega:forEach name=".pxResults"> <pega:withEmbedded name="$this" > <tr> <td><pega:reference name="$this.HOURS" /></td> <td><pega:reference name="$this.RESPONSIBILITY" /></td> <td><pega:reference name="$this.TELEPHONE" /></td> <td><pega:reference name="$this.EMAIL" /></td> </tr> </pega:withEmbedded> </pega:forEach> </pega:withPage>