I have a formula in a snippet and I want to use its result elsewhere within the same snippet. How can I achieve this?
To use the result of a formula elsewhere in the same snippet, you can assign the result to a variable. You can then use this variable anywhere within the same snippet or in any snippet where it is imported.
{total=1+2}
{=total+3}
Let me know if you have any further questions.
Many thanks Ashwin.
1 Like