You will have to select which variable that the Variable-extension should be connected to by selecting a pre-existing variable that you want to use.
Then you can change the variable interactively and you can use the contents of the variable in any expression like this:
Sum( $(myVar) )
$(...) is called $-sign expansion and will take whatever is inside the variable myVar and replace it into the expression before the expression is evaluated/calculated.