I have a project where I want to use one SQL view, but I want to display 20 sheets with different sub queries
So one sheet shows all, then sheet 2 shows all "where x = y and i = e"
The only solution I can come up with is to make 20 different connections, but that is very troublesome to keep up-to-date if the view gets a new parameter or anything changes
So is it possible to share these connectionstrings but use different queries on each sheet
So one sheet shows all, then sheet 2 shows all "where x = y and i = e"
The only solution I can come up with is to make 20 different connections, but that is very troublesome to keep up-to-date if the view gets a new parameter or anything changes
So is it possible to share these connectionstrings but use different queries on each sheet