I have a list of things "transactions"of a custom data type. I have a search box to filter the list… In the repeating group of transactions, I do a search for transactions and add the constraint “any field contains input search’s value”. This successfully filters the transaction based on any field I have created (amount), but I can’t seem to get it to filter based on the creator’s name.
I have tried :filter advanced “This transaction creator’s name is in input search’s value” and many derivations thereof. Any suggestions?
@emmanuel, any chance you can take a look at this and tell me how to sort a list based on the creator’s name? Or is this only possible if the list type is user?
You can filter on a field if it’s a first level field. In this case you should store the name as a field on the thing. Then you’ll be able to sort based on it.