In the following example, if I want ${target_value_percent} input to be a decimal of the user input value, how would I do that? If the user enters 25 I want that equation to be ${target_set} * .25
(${target_set} * ${target_value_percent}
would it be something like
(${target_set} * (.)${target_value_percent}