I have a list of inventory items, and the “Site” column indicates the warehouse location.
I have a button ‘‘Generate PDF’’ that will be visible for multiple warehouse managers. The users table has a column with warehouse location for every user.
How can I filter the items based on the warehouse location in glide?
I filter the items on the screen based on the user warehouse location but when I generate the PDF it still adds all the items from the database. How can I filter without creating new columns to filter data for each warehouse?
Kind regards.