RESOLVED: Persepctive Binding a Named Query to a Table

I can’t seem to bind this query to a named query. I get an Error_Exception that says it can’t be found even though it runs perfectly fine in the named query testing environment

I know it’s tagged as resolved, but for completeness’s sake, the solution is to save the project after creating or renaming a Named Query.

1 Like

Worth noting also that this is not a v8 issue. Named queries have always run in the gateway, so have always needed a project save before use.

Like Phil said.

In the Designer, we use the designer’s local copy to run your query (even though the query is actually run on the gateway). This way you can test your queries without being forced to save your entire project. However, in the gateway and client, we only use the saved version of the named query (kind of the whole point of named queries). While this provides a nice balance of safety and designing convenience, it’s confusing at first.