<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi,</p>
<p>I have a question about the variables that can be defined on different scopes. They are most of the times (or always?) strings, if I manually define them - right? Some of the automatic variables might be of a different type (like date, layer, etc.)</p>
<p>Can I also manually define a "typed" variable? E.g. a boolean true instead of 'true' as a string?</p>
<p>That way I could directly use variables without having to add CASE WHEN END statements ...</p>
<p>My use case would be to have a boolean "debugging" variable. If it is set to true, then certain parts of the form with internal IDs would be visible, if set to false, they would be hidden.</p>
<p>Thanks,</p>
<p>Andreas</p>

</body></html>