Hello,
How can i resolve this expression?
Thanks
Hello,
How can i resolve this expression?
Thanks
AND([situacao]=“Ativo”,IN(USERSETTINGS(…),elementos[agrupamento])) Translate
@Aleksi_Alkio thanks but doesn’t work.
Glad you found the solution!
What is the result or error?
@Aleksi_Alkio
When you are using the value from the USERSETTINGS table, you should add that field name as well. The alert is asking that field name.
@Aleksi_Alkio ok, but i want to list the rows from one table that contains the same value of the USERSETTINGS value.
how can i do that?
Okay… AND([situacao]=“Ativo”,USERSETTINGS(…)=[agrupamento])
@Aleksi_Alkio thanks but i don´t get that.
May I ask what is the problem with my above formula? What is the goal for this formula? With that formula, it will show you all rows in a slice when both of those evaluations are true.
@Aleksi_Alkio Thanks, it works. On USERSETTINGS(…) missing USERSETTINGs(Agrupamento).
The correct is AND([situação]=“Ativo”, USERSETTINGS(Agrupamento)=[agrupamento])
Thanks again