Discussion
TCS
US
Last activity: 23 Sep 2015 7:53 EDT
Comparing columns in Summarized Report Def
Hello,
I have two aggregate properties in a summarized report definition, say PreviousMaxSalary and CurrentMaxSalary, I need to display Current Max Salary in Red font color if it differs from the Previous Max Salary. To be able to do this, I need to get the Previous Max Salary in the control rule of the Current Max Salary field. Had it been a list view, I would simply have looked at the pxResults of the content page, but how can we do this for a summarized report def.
When I looked at the property reference of the CurrentMaxSalary it simply displayed "pyReportContentpage.pySummaryResults.pySummaryValues(2)."
Any suggestions?
Thanks,
Pradeep