
I want to create an application to control the distribution of equipment that is shared by company employees. I'm having a hard time structuring the comparison between two galleries; where the first one shows the equipment in use and the other one shows the ones available to be used. Since when a piece of equipment is made available it should not appear on the available screen. Can you help me?
Hi @portrek ,
This looks like you want to filter the galleries based on whether it is available for use or its assigned to someone. You might have a column Status in your data source which states its availability (Assigned, Available). And you can filter the gallery based on the status Available or Assigned.
Hope this helps!