Changing Table Query Path From Path Given In Paramter

I have a parameter named selectedStation, this gives the path of a query. I have been struggling to get this path to bind to the path of a table.


Wondering if what I have boxed in red can have a parameter bound to it through script or a transform. Thus far I have had no luck

You can not modify the Named Query binding path, but there is nothing to stop you from using a script, either via the runScript expression or script transform to call a named query based on some logic.

2 Likes

It might not answer your question, but why can't you make your station name or id a parameter of your named query? Does each station have its own database? Is the query essentially different between them?

1 Like