Hello, How can i resolve this expression? ...

Hello,

How can i resolve this expression?

Thanks

0 11 367
11 REPLIES 11

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?

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

Top Labels in this Space