Question
Wipro
Wipro
CA
Wipro
Posted: Nov 20, 2025
Last activity: Nov 30, 2025
Last activity: 30 Nov 2025 18:10 EST
Solved
Reporting on Value Group
Hello all,
Is there a way to report on a value group property? I am specifically looking for pxSkillsRequired in Assign-Workbasket class. I need to filter out specific assignments require a particular skill.
Thanks in advance for your time.
Regards
@NadeemM8116
You can report on pxSkillsRequired, but you first need to make it reportable because it is a value group. In simple terms, create a Declare Index rule on Assign-Workbasket that points to an Index- class and maps each pxSkillsRequired entry (key and value) into separate index properties. Save the Index- class to a dedicated database table and expose the columns if needed. Then build a report definition on that Index- class and join it back to Assign-Workbasket using the handle/inskey, so each skill row is visible for reporting. In the report filter, use the mapped skill name/value property to filter for the specific skill you want (for example “SkillName = XYZ”). Finally, use this report (or a sub-report) anywhere you need to list or filter assignments that require that skill.