I can not seem to create a Named Calculation on a table that I have already created a Named Query on in my data source view. Any idea why this is and if there is a work around for it?
TIA
Wellman
If you have already a Named Query you can add an expression-based column to the SELECT statement using the syntax of the underlying data source.|||Thank you for this information. Any idea why this is so? Doesn't make much sense to me.
Also, can I reference other tables as well?
TIA
Wellman
|||Which part doesn't make sense? You can view a named query as a SQL view. Just like a SQL view, your SELECT statement can include any valid syntax, including other tables, calling UDF, etc.
No comments:
Post a Comment