ValueExpression Class
Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
Assembly: Qlik.Engine.dll
Properties
Abbreviated syntax:
"qValueExpression":"=<expression>"
Extended object syntax:
"qValueExpression":{"qExpr":"=<expression>"}
Where:
- < expression > is a string.
The expression is evaluated as a numeric.
Inheritance
-
System.Object
-
AbstractStructure
- ValueExpression
-
AbstractStructure
Syntax
[ValueClass]
public class ValueExpression : AbstractStructure, IDisposable, IValueExpression, IAbstractStructure
Constructors
Name | Description |
---|---|
ValueExpression() |
Creates an instance of the ValueExpression class |
Properties
Name | Description |
---|---|
Expr |
JSON property name: qExpr |
Methods
Name | Description |
---|---|
ToString() |
Returns a string that represents the current object. |
Operators
Name | Description |
---|---|
Implicit(ValueExpression to Double) |
Implicit type conversion to System.Double |
Implicit(ValueExpression to String) |
Implicit type conversion to System.String |
Implicit(Double to ValueExpression) |
Implicit type conversion from System.Double |
Implicit(String to ValueExpression) |
Implicit type conversion from System.String |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!