- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 02:21 AM
Hi,
I got this filter and i need to add another condition if parent.class is Application service and Child.class is not Application service.
I know that in a code condition oyu can add parentheses like &&( parent.class!="Application Service" && child.class!="Application Service");
But i don't see how to translate that in filter.
Any suggestion will be appriciated.
Regards,
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 05:11 AM
Hi,
You can build up complex queries in Flow designer by adding additional query-statements, as shown in image below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 02:43 AM
Are you trying to add an AND condition or an OR condition?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 04:58 AM - edited 11-14-2023 05:10 AM
Hi Jack,
I am trying to add an AND condition.
Parent class is not "Business Aplication" AND parent Class is not "Business Capability" AND parent class is not "Service Offering" AND ( Parent class is "Application Service" AND Child class is not "Application Service") AND Child status is "retired"
The child class is not "Application service" should only apply to the record whith parent class is "Application service).
Regards.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 05:11 AM
Hi,
You can build up complex queries in Flow designer by adding additional query-statements, as shown in image below.