Copying a query to a new map
I have a query that I would like to copy to a new map. There are quite a few case statements in the query so having to rebuild it in query builder is an option I would like to avoid. I have thought about duplicating the map but I have to change the source and when I do that the old query is lost. Thoughts anyone?