Skip to main content

Currently I can only define a variable with some absolute value or referencing it to another variable but I would also like to define it using operations on other variables.

for example
Total Fee Amount = 100000
Paid Amount = 20000

then
Unpaid Amount = Total Fee Amount - Paid Amount

YES I was just trying to do this hoping it would work. Those of us used to SASS think this way, and this would make variables super powered for me.