Forum Discussion
Netrelemo
6 years agoHelper IV
How do I see ALL queries in one code window?
I have 25 data sources to work with, and each data source needs a whole heap of manipulation. I can use the "advanced editor" to just write the code, instead of waiting for screen refreshes etc....
Anonymous
3 years agoNot applicable
It is possible! While in Desktop, go to File, then About, then you'll see an option to "Copy session diagnostics to clipboard". Paste that information into a text file, and you'll have access to all of your queries in one spot. It's not the 'perfect' solution, but with Find and Replace, you can update all your code at once, and then paste it back into the individual queries.