make reference to an empty query in flex
- by Adam
a bit of a dumb questions I'm sure
I'm trying to allow user to set an item to be default. I've got a function that run a query to first find the current default item. Then runs a second query that unsets the current default item. Then a third query runs to set the new user selected item to be the default.
This seem to work fine when a default…