Why do calculation results differ when using variables compared to using direct strings? I suspect that when variables are used, the grouping function for the variable part might not be working. How can this be resolved?
with the following formula
Col Mean(
:data,
:A,
:B,
:C_D == "ccccccc"
)
This is the formula.
Col Mean(
:data,
:A,
:B,
Column(Eval Insert("C_^get_input_1^" == get_input_2))
)