Filter list no working

Hi team, i´m using this template to do a Multi-Search, but the list of reference not working, i´m receiving the Map view

the template is: https://www.appsheet.com/Template/AppDef?appName=Multi-SearchDemo-675786#Data.Columns

Result:

This is my Formula:
FILTER(“PROJETOS”, **
** AND(

** OR( ISBLANK([_THISROW].[PROJETO]) , CONTAINS([PROJETO] ,[_THISROW].[PROJETO]) ),**
** OR( ISBLANK([_THISROW].[STATUS]) , CONTAINS([STATUS] ,[_THISROW].[STATUS]) )**
** )**
)

My result in map view

Who can help me?

Solved Solved
0 10 272
1 ACCEPTED SOLUTION

Oh, I see the problem.

First, revert the EnumList back to List.

Then, create a new view of type table in the ref position for the Projectos table or slice. That view will govern the display of the results.

View solution in original post

10 REPLIES 10
Top Labels in this Space