Hello! I have 20 columns in the target dataset containing numbers and 20 more in the source dataset containing growth rate constants. I have appended the two datasets together to make it easier to call out the values. My target and source datasets have the same column names.
The next step I would like to take is to dynamically add the values in the target and source columns. I'm aware I could do [_CurrentField_] * (constant) if the constant values are the same but the problem is each column in the source target has a different value. Please help me how to add values from an appended dataset together. Thanks!