How to add a View that shows only records that have a specific Status in a Column

Hello Guys

I have a table with a column named “status”. The status can be "service, “stock”, “damaged” and “borrow”.
I need a view that shows only the records with the status “borrow”, and show as a table/list.
How can I do this?

thanks

Solved Solved
0 3 312
  • UX
1 ACCEPTED SOLUTION

You need to create a slice (Data > Slices > Add new Slice) with the condition rule [Status]=“Borrow”. Then create a table view for that slice.

View solution in original post

3 REPLIES 3

You need to create a slice (Data > Slices > Add new Slice) with the condition rule [Status]=“Borrow”. Then create a table view for that slice.

Done. Working! Thanks.

You’re welcome

Top Labels in this Space