In the expression builder within hyperstudy, is there anyway to apply boolean logic? I could really do with adding IF statements. I've looked to the functions tab and there doesn't appear to be an option.
<?xml version="1.0" encoding="UTF-8"?>
Hello,
The expression builder is only a means to assign values. Variable = expression. It does not allow for multiple line expressions or logic.
If you need to use logic, you can embed it inside a registered function. There are tutorials that show how to register functions: 1506 or 1040, for example.