Restrictions on Using a Value Expression
 A value expression can be composed of any of the items described in 
		Value Expression, but with the following restrictions: 
	 
 
  - Functions must be supported by ActiveSpaces.
 - A value expression cannot contain an aggregate function.
 - A select list that contains an aggregate function cannot also contain a value expression.
 - A value expression cannot contain parameters.
 - A value expression cannot contain SELECT statements.
 - Nested expressions are limited to a depth of 100.
 
Copyright © Cloud Software Group, Inc. All rights reserved.
