Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Calculating one column from other column

Alteryxexpert
8 - Asteroid

I have Data Below 

sub itemitemSplitValueDate
Chair_4Chair 790,00012/31/2023
Chair_3Chair 45,45412/31/2023
Chair_2Chair 77755512/31/2023
Chair_1Chair 565,66612/31/2023
Chair_0Chair 888,99912/31/2023
Table_4Table 790,00012/31/2023
Table_3Table 45,45412/31/2023
Table_2Table 77755512/31/2023
Table_1Table 565,66612/31/2023
Table_0Table 888,99912/31/2023
Chair_4Chair 790,0001/1/2024
Chair_3Chair 45,4541/1/2024
Chair_2Chair 7775551/1/2024
Chair_1Chair 565,6661/1/2024
Chair_0Chair 888,9991/1/2024
Table_4Table 790,0001/1/2024
Table_3Table 45,4541/1/2024
Table_2Table 7775551/1/2024
Table_1Table 565,6661/1/2024
Table_0Table 888,9991/1/2024

 

I want to calculate the split(3rd Column) Based on the value column.

The Logic is :

For a specific period(31-12-2023) the calculation for chair_4 should be, 79000/(790,000 +45,454 +777555+565,666 +888,999), and for chair_3 it should be 45454/(790,000 +45,454 +777555+565,666 +888,999) and it should calculate in the same way for all the items.

Datatype:

Value:Numeric

Date:Date

Rest all String

10 REPLIES 10
aatalai
15 - Aurora

the replace to remove the ", " if you don't have them as you r data is already numeric, then you can skip it/remove it

Labels
Top Solution Authors