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
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
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.
Aleksi:
[Status]=“Borrow”
Done. Working! Thanks.
You’re welcome