Hello guys! I have a table "Produtos" with tw...

Hello guys! I have a table โ€œProdutosโ€ with two EnumLists and one Text column types. When I refer these columns in โ€œServiรงos X Produtosโ€ I have problems of types, only Text column works fine if I refer as EnunList. Someone can help me?

0 5 306
5 REPLIES 5

We canโ€™t use List field type in normal columns. In the other hand you canโ€™t read multi values like that either. You can do that if you read values first in the virtual column and then call that list in Valud_If.

Is there any example about this?

I donโ€™t believeโ€ฆ or at least I havenโ€™t seen any.

In virtual column use SELECT(Table[Column],[ColA]=[_THISROW].[ColB]) and then call that virtual column just like [VirtualColumnName] in Valid_If.

Thank you @Aleksi_Alkio! Translate

@Aleksi_Alkio, I used SELECT() and a list was created, but if I use a Table UX grouping by these virtual columns, I do not have the right effect.

Top Labels in this Space