Is there a way to comment statements in an expression in the Expression Definition (such as in a Filter) so that the statements commented do not get executed? For example in SQL, I can use a slash+asterisk before a statement and an asterisk+slash after the statement ( /* statement */ ) so the statment is ignored and note executed.