Share all details related to your problem, including any error messages you may have received.
Hi All,
im working on account group members report here i want to add another field in reports layout Is it possible to add another field to the page? If so, could anyone please provide assistance with this?
Could you provide more details about what report are you working or what colums would you like add in the report.
In this case, you can add QueryParameters in the taskDefinition of the report. QueryParameters is a map of argument values used to createthe queryOptions object that controls the search. They can be specified based on report arguments, hard-coded values, or calculated values.
Then you should include this inputs in Signature section. The Signature contains a map of Input attributes that name all of the parameters that can be specified for the report.
I can create an additional field in the reports layout for the account group members report. In the first field, I select the application, and in another field, I provide the entitlement Organizational Unit (OU). Based on the selected OU, I aim to retrieve users with corresponding entitlements and generate reports. Is it possible to achieve this ? and does anyone have any ideas on how to accomplish it?
Hi @Ranjith2000
You have to create a custom report.
Please refer the whitepaper on reports as suggested in the earlier replies.
Using the initial form fields you take the values then use these form field values as input and run a query in your report by joining tables and get the required output fields that you are after.