Hi TeamI have an existing report, "All Tasks", which is an ARF file, of course.I am able to configure filters on the report to customise the report.My requirement is to show the report in a UI so a team lead can see what tasks have been, by whom, whether it is complete, and the duration of the task.
Downloading the report and converting it to Excel is not an option - the requirement is to view the report on my site.I have an interface with a read-only grid that returns exactly the information required.Is it possible to add filters to a report backed UI?If so, how do I go about it?Thanks and blessings
Stephen
Discussion posts and replies are publicly visible
Hi, yes can create dropdown for the filters. For column Claimed a dropdown filter can be created and the value of it can be passed to the filters of queryProcessAnalytics, then the data you will get will be filtered on passed value. Let us know if you have any queries.