Hello Alteryx Forum,
I am trying to figure out a solution to this and was wondering if possible. Right now I have this data.
| 2024_05_13 | 2024_05_20 | 2024_05_27 | C_Value |
| 2472 | 2547 | 2573 | 2502 |
| 1821 | 1785 | 1793 | 1785 |
I would want to subtract "C_Value" from "2024_05_27", but also want the operation to work dynamically when the penultimate field name changes when the week changes. Is there any way to achieve this?
Thanks in advance