I’m very new to Knime, but very expierenced with EXCEL VBA, but I want to go with KNIME.
I have a lot of sheets in my table.
They all look like in the picture, with different numbers in the first row.
The name of the sheet is the date.
I want to have a list for every column (the number in the first row) in that table, with the sum of the count of the letters (grouped by the number in the first row).
Your data doesn’t seem complicated based on the snapshot but still not clear what you need to achieve. Could you please post here what is the expected result ? Thanks.
Every letter exists only 1 time on 1 date.
I need to know, which part is on which number (KST) on which (and analsys of this, sum etc later)
I shorted this for example:
Thanks @hevilp. It is clear now. Since your data is in different sheets of an Excel file, most probably you would need to use a loop to read all the sheets and then aggregate the data. Can you post here the excel file so that we can help you further ?