The column [Koros] is type yes/no and i would ectract the result from table CERCA_ODOO. If the koros field is yes, then I want to do one thing, otherwise another. I tried with ANY() but it doesn’t works.
The column where i set this expression is type “percent” because i have to obatin numeric value introducing other math expression but these compute must change IF Koros is true or false…
If it is within the table CERCA_0000, you do not need CERCA_0000.
If outside CERCA_0000, then CERCA_0000[Koros] gives you the entire values (a list) of the column. ANY will most likely give you the first value and assume that is not what you want.
Or bot??
Community members need more info to support you better.