An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
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.
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.
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.