I would like to “expand” (?) my year values to monthly values by adding a “Month” column, dividing the expenditure by 12 and then spread the values over the newly created 12 months, see screenshot for reference. The first table is what I have now, the second table is what I would like KNIME to create.
See this wf create_value_from_year.knwf (20.2 KB) . I added an additional table with all months in a year. With the CrossJoiner node it creates all possible combinations for your input and the 12 months.
gr. Hans