I have a LiveReports which displays all the outstanding tasks of all workflows which are active. I am looking for assistance how to filter the report when the user who login to Content Server will see only his tasks
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
@ Greg Griffiths, thanks a lok, will pursure this route
Forget to add that the user will run the liveReports and he will see only his tasks. Thank you
if you look in the database you will see that you will need to identify two aspects :
You will also need to have a filter to show only Active tasks in Running Workflows.
you will end up with something similar to the Assignments page, so you may be able to get the SQL for that and use that
@Greg Griffiths , Thanks for your assistance.