Hello
I have a filter gallery on my form and I am looking to set one of the values as the default.
For example:
Calcelled
Late
New <- I want to set New as the default
Closed
Items code uses a collection and works perfectly
Gallery > Items > Sort(Distinct(EmpCollection, 'Employee Status'.Value),Result,Ascending)
Default code does not work
Gallery > Default > LookUp(EmpCollection, 'Employee Status'.Value="New")
Error message - Invalid Formula. Expected a value compatible with 'Items'
Any suggestions?
Thanks,
Yoshi