How to use filter function in slice?

when show it data rows from spreadsheet on appsheet, I want to display only rows match some condition.please guide me.
-refer to below image-

Solved Solved
0 6 191
1 ACCEPTED SOLUTION

Hi @eusy1327

I only tried to interpret your expression true(FILTER(..., [Number]=1))

You have to decide which expression (that gives a yes/no output) to apply to your slice.

View solution in original post

6 REPLIES 6

Aurelien
Google Developer Expert
Google Developer Expert

Hi @eusy1327

You will find useful information below:

Basically, everything happens here:
3X_c_1_c103bbe648c4e4e21bc67e9633d14ce27ebe25c8.png

Then, pick the source table for your UX:
3X_8_0_8088709764e1dbceb8e44b504256264bee74ca50.png

EDIT:
additional references:

In your case:
the expression
[number]=1
is enough for your slice, from my understanding

I way try as you mention but fail, too many show the contents.

is will relate IMPORTRANGE function?

Hi @eusy1327

I only tried to interpret your expression true(FILTER(..., [Number]=1))

You have to decide which expression (that gives a yes/no output) to apply to your slice.

Thank you. I solve the issue by your mention.

Add Note. The source data brought through the IMPORTRANGE function.

Top Labels in this Space