Assign inflation value
Given the dataset and the conditional statement below, determine the sequence of values for the last column:
Year | Spend | Inflation |
---|---|---|
2002 | 250 | ? |
2022 | 80 | ? |
2023 | 420 | ? |
Conditional statement for Inflation:
IF($Year$>2020 AND $Spend$>200, "High", "Low")
This exercise is part of the course
Data Transformation in KNIME
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
