Print only germany country in list collector variable

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 07:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 07:25 AM
You need to add this in the Reference qualifier - whatever makes sense on the referenced table, something like
x_mkgaa_cmd_country=Germany
This is like an encoded query, so no quotes and use your field name and value. Remove the "=Germany" from the attribute as that is not doing anything.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 07:30 AM
its still showing all countries.field name is x_mkgaa_cmd_country .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 07:43 AM
Maybe the actual Column name is cmd_country if x_mkgaa is the application/scope? Is this a String field which has the value 'Germany'? If it's a reference to the core_country table you'll need to use the sys_id or try
x_mkgaa_cmd_country.name=Germany