Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Virtusa
LK
Last activity: 11 May 2018 8:50 EDT
How to source a report definition using a clipboard page.
I want to create a report definition using a clipboard page because the data what I want is not in the database, They are in the clipboard as a page group
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Pegasystems Inc.
US
What exactly are you trying to achieve or what requirement are you trying to implement here? As far as I am aware reports cannot do this.
Excerpt from DevHelp
"This rule generates an SQL query that retrieves and sorts information from the PegaRULES database, an external database, or an Elasticsearch index..."
You can source a grid using different sources... is that what you were looking to do?
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Virtusa
LK
I want to display a report in the report browser, and the values what I want to show in that report is in the clipboard.
Is there any way to override the pyReportContentPage with that clipboard values.??
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Pegasystems Inc.
IN
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Virtusa
LK
I want to display a report in the report browser, and the values what I want to show in that report is in the clipboard.
Is there any way to override the pyReportContentPage with that clipboard values.??
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Pegasystems Inc.
IN
Try this,
On click of button or link, configure open url in window action. For open url in window provide an activity.
In that activity populate your data onto clipboard in the format of page.pxResults, with this page as step page call displayReport activity.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Virtusa
LK
I am not able to find the activity"displayReport" , can you let me the correct activity name
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Pegasystems Inc.
IN
Its in Code-pega-list class (Code-pega-list.displayReport) in the Pega-Reporting ruleset.