Replies: 1 comment
-
Hi @FloMiLe. With our latest release, you can now filter the results of a repeater, which would allow you to achieve what you're trying to do. You could use a Check out this video which shows how to filter a https://www.youtube.com/watch?v=MLjFZ4VZ6Uk&feature=youtu.be |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to create an inventory app. It should contain a table 'Items' that lists items with several item-specific details. Instead of only having a numbers field for the number of pieces of a specific item, I would like to store how many pieces are in different locations, respectively.
In Tadabase I would create a table like 'Pieces in Locations' with three columns: a relationship column for the item, a numeric column for the number of pieces, and a relationship column for the location. On the screen for an item, I would place a grid view of the 'Pieces in Locations' table filtered for that specific item. So it would show how many pieces of that item we have and where they are.
Is something similar already possible in Budibase? Or will it be in the future?
Beta Was this translation helpful? Give feedback.
All reactions