Question
TCS
AE
Last activity: 23 May 2016 9:37 EDT
How can we add stayanonym property in report browser for summary or chart type report. It is only available for List view.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Tetrasoft India Private Limited
IN
As part of SR-A24115, following analysis was done :
For a new report,
if we select "List" the report is based off pyDefaultReport and if we select "Summary or chart" the report is based off "pyDefaultSummaryReport".
In this case there's a copy of pyDefaultReport in (say) "AAA-XXX-Work" that has a class join to (say) "AAA-XXX-Int-YYY" which is allowing the "stayanonym" property to show up when we search.
If we remove this class join from the report, the property does not show up.
In pyDefaultSummaryReport (in this case its coming from Work-) it does not have the same Class join, so when we search for the property, it does not appear.
Therefore, following change has been done :
The class join for (say) "AAA-XXX-Int-YYY" has been added to pyDefaultSummaryReport for the property "stayanonym" to be displayed when we search.
Pegasystems Inc.
IN
This shouldn't be the case. For both LIST or Summary reports, it should show the same properties. Could you update more details?
1. PRPC version
2. The property mentioned is unoptimized or optimized.
3. Do you have default reports defined in class or its hierarchy.
TCS
AE
Hi Pankaj,
1. PRPC version: 6.3
2. The property mentioned is unoptimized or optimized. : unoptimized property
3. Do you have default reports defined in class or its hierarchy.: yes we have default reports defined in class.
Pegasystems Inc.
IN
Ok, did you verify the option "Display Unoptimized properties in Data Explorer" present in the Data-Access tab of the default reports.
May be it is checked for pyDefaultReport and but not for pyDefaultSummaryReport.
TCS
AE
Hi Pankaj,
I had verified, the checkbox "Display unoptimized properties in Data Explorer" in not checked in pyDefaultReport.
If you can see in the screenshot of list view, the class Kraft-CR-Tellus-int-CONTACT is present in Data Explorer. But for Summary type report that class is not present. So is there any way to add the class into data explorer of summary type report.
TCS
AE
Can anyone please help me in resolving the issue?
Tetrasoft India Private Limited
IN
Hi Taniya,
SR-A24115 is being handled separately for this.
Akshay will shortly share the update on this via SR with you.
Request you to please proceed with closure of the thread here.
Thanks for your patience with us.
Pegasystems Inc.
IN
Hi,
Thank you Swati Damele for updating the thread with the recent information on the progress.
Taniya Dutta Request you to await assistance via SR, as per suggestions from Swati.
Further, I would request you to update this thread with the resolution, after interactions via the SR. It would be very helpful to the users in the community who come across similar questions.
~Vidyaranjan A V | Community Moderator | Pegasystems Inc.
Accepted Solution
Tetrasoft India Private Limited
IN
As part of SR-A24115, following analysis was done :
For a new report,
if we select "List" the report is based off pyDefaultReport and if we select "Summary or chart" the report is based off "pyDefaultSummaryReport".
In this case there's a copy of pyDefaultReport in (say) "AAA-XXX-Work" that has a class join to (say) "AAA-XXX-Int-YYY" which is allowing the "stayanonym" property to show up when we search.
If we remove this class join from the report, the property does not show up.
In pyDefaultSummaryReport (in this case its coming from Work-) it does not have the same Class join, so when we search for the property, it does not appear.
Therefore, following change has been done :
The class join for (say) "AAA-XXX-Int-YYY" has been added to pyDefaultSummaryReport for the property "stayanonym" to be displayed when we search.