Filter Table based on Fields in a Related List

I need to filter the Account records I am displaying in a table based on a field called “Sales Initiative Name” in an account related list.  Is this possible?

Yes. :wink:

I tried using a subquery condition but that didn’t seem to work

That aught to work without issue. Can you paste the XML for the page?

I figured out a different solution altogether.  Thanks for your help though

Stephen,

Can you please post your solution? I’m running into a similar issue. Thanks!

I just added a Sales Initiative name field to the Account object itself and I’m filtering on that instead.

Ah, thanks. In my case that won’t work since I’m dealing with option values that differ depending on the subqueried records.