Define a SQL Server View Column Expression
After you have specified view columns in the SQL Server View Editor, you can define a view column expression, which is a user-defined expression that is stored as a view column in either a SQL Server physical model.
To define a SQL Server view column expression
- Click Views on the Model menu.
The SQL Server View Editor opens.
- Select the view in the Navigation Grid that contains the view column for which you want to define a view column expression.
- Click the Select tab.
- Click the New button.
The New View Column dialog opens.
- Enter information in the following fields:
- Alias
Defines the view column expression name.
- Expression
Defines the view column expression.
- Click OK.
The view column expression is defined, the New View Column dialog closes, and you are returned to the SQL Server View Editor.
- Click Close.
Your changes are saved and the SQL Server View Editor closes.
Copyright © 2025 Quest Software, Inc. |