Hello everyone!
I am trying to find a solution for the following problem in Alteryx:
I have a table (see attached screenshot) with the columns: Name, 950020, 950021, 950010, Delta.
Depending on my input data it might be that additional columns with the same type of data as in 950020, 950021, 950010 may appear. So the table might for example contain the columns: Name, 950020, 950021, 950010, 950011, 950012, Delta.
My goal is to create an additional column ("Calculation") which sums up the values of the number clumns (950020, 950021, 950010 ...) and substract their sum from the value in column Delta.
---> = (950020+ 950021+ 950010...) - Delta
Since the number of the column type 950020, 950021, 950010... is subject to change I am trying to find a dynamic solution, meaning that all number columns present in the table are considered in my calculation. Therefore, using the formula tool and referring to the columns (classic calculation) is no option to me.
Does anyone have an idea of how to solve this problem?
I appreciate any help that you can offer! Thank you!
Best regards, Kim