Is there a way to put columns in a view with a static value? Like you can in a sql statement, such as
SELECT col1, ‘this is a static value’ AS col2
Is there a way to put columns in a view with a static value? Like you can in a sql statement, such as
SELECT col1, ‘this is a static value’ AS col2
Hi Patty,
If you need it only for read-only purposes, you can use Data sets, but if you need an editable view, then no, only table columns are allowed.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.