Hi,
The only way read variables and expressions using DSS it to use Expression.evaluate(sExpression).
The limitation of using this API is that it returns Long value, it can't be float, can't be double can't be any other type (struct for example).
Is there any other API which can return the expression as different type other than Long?