Hi Everyone,
I think this one might be a simple one but I can not seem to work it out.
I have an app with a Gallery that points to a SharePoint list, Asset database.
Let's say a user should only have 1 type of asset assigned to them for example a laptop or mobile phone.
I would like to filter to only see records if a user has a duplicate Asset type of mobile phone with the status of assigned.
I have a dropdown at the top of the page where I will place the filter option.
I sort of have an understanding of what I need to do but will need some guidance,
Step 1 - Create new field in my gallery called Duplicate which will be a number field
Step 2 - Do a count rows and populate with a number on how many times a user has a particular asset in the Assigned Status.
Step 3 - On the gallery - If(Dropdown1.Selected.Value = "Users with Duplicate Laptops", Filter('Asset Database', 'Asset Type = "Laptops") && Duplicate.Value > 1))
I really need help with the second step
Thanks