Hi,
I have set up a dropdown box, pulling it's items from defined column entries in colum 'Tag Status', Data Source 'Tagging Results'.
I have a gallery pulling all info from data source 'Tagging results'.
I have also added a variable to display Gallery results based on User (if selected).
I would like the user to have the ability to filter the results by 'Tag Status' from the dropdown if the User Variable is not True.
My formula is set up with an If function to look at the variable and then to filter the results based on the Dropdown selected value.
If(minevar=true,Filter('Tagging results','Created By'.Email = User().Email),Filter('Tagging results','Tag Status'=Dropdown2.Selected.Value))
In this case I do not get any errors, just a warning, but the results do not display. Any ideas?