function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JayaJayaJayaJaya 

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.
Shashikant SharmaShashikant Sharma
may be You could create a formula field "CaseIdText" with formual => RecordId and use it in report .
Jerome LusinchiJerome Lusinchi
Hi,

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