If can you explain what your final goal is?
You can do it with a loop or transformation:
{%
foreach (item in GlobalObjects.CustomTables["customtable.DomTest"].Items) {
If (item["CountryAlias"] == 'CA') { "<p>True</p>" } else { "<p>false</p>" }
}
|(identity)GlobalAdministrator%}