Forum Discussion
WilliamRyan-dba
5 months agoCommunity Member
Math operations on 2 numeric fields
Hi there. I'm curious if it's possible to perform a math operation based on the following scenario:
var3=var1+(var2/2)
How would those triggers look...? Thanks in advance...
JudyNollet
5 months agoSuper Hero
Storyline doesn't allow full equations in a trigger. You have to do each part separately.
- Set var3 to var 1
- Divide var2 by 2
- Add var2 to var3
FYI: The default action when adjusting a number variable is Set. Just click that to access the math operators.