Interactive Filter related query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2025 12:27 AM
I want to create a filter that filters out the HR Cases on the basis of the following field:
HR Case -> Opened for -> HR profile -> Post Description
Problem I am facing is that the HR Case table does not have field referenced to HR Profile table but I want to filter according to a field in HR Profile table. How to do it kindly help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2025 01:53 AM
What is 'Post Description'? I don't see that on my OOB instance as field on the HR Profile.
And what is your exact requirement? Do you need this in a report, do you need to create a list for it, or is it meant for a (background) script?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2025 02:30 AM
Post Description is a custom field,
If can create a report that'll be awesome but creating an interactive filter with such capability also works
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2025 11:58 PM
Depending on the kind of field, you can easily make it a filter, although a report would be easy as well. You can just dotwalk in your condition to the field you want. And for your filter (as long as it's not a string), you can dotwalk as well.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark