You need to sign in to do that
Don't have an account?

Can we use Case Id in Report filter?
Hi,
We have a Visualforce page which should display a Report for the Current case. I tried to create a Report based on the Case Id but the filter doesnt show Case Id(i.e. Case Record Id). Is there any possiblity to include Case Id in filter criteria?
Thanks.
We have a Visualforce page which should display a Report for the Current case. I tried to create a Report based on the Case Id but the filter doesnt show Case Id(i.e. Case Record Id). Is there any possiblity to include Case Id in filter criteria?
Thanks.
You have "Case Id" fields in reports.
Go to reports > New > Customer Supprt Report > Cases
you'll have to create a dynamic report to pass the Id of the case in the filter dynamically
see this post for exemple : https://developer.salesforce.com/forums/ForumsMain?id=906F00000008nc7IAA
jerome