I have a SSRS report, which lists all the owner's from Case entity. When I click on any owner, I want to open a view that list all the case associated to that owner. I am able to open view using below link:
https://xxx.crm.dynamics.com/main.aspx?etn=incident&pagetype=entitylist&viewid={0DC111B1-2E833-E733-80F3-3333BB3E0000}&viewtype=1039&navbar=off&cmdbar=false
But i am not able to filter the view based on the owner clicked. Is there any way to show associated case records for the owner selected in the SSRS report?