Hi @Loknica07,
i recommend first to pivot your data group = customer, pivot=object, aggregation=Nettowert with aggregation e.g. count. Then apply a rule based filter.
hm thanks but i m not sure that i understand. I would try to write more in detail. I uploaded the data set, test set.
The pivoting hint was great, that was also my first idea to try.
Now i want to make some rules
Like in picture, i want to see 1) All customer that have some some conection with the product iatf or iso 14001. (so i think rule >=1)
In this case i would have the customer, x and d.
The next rule 2) would be show me the customer with iatf and 14, but that do not have 9001. In this case that would be customer x.
I hope so much, that could help with this issue, because with rules it doesnot working, or i m maiking some logical mistakes.
@Loknica07 - @Daniel_Weikert was referencing what looked like line breaks (in the middle of column names) causing errors in your Rule Engine syntax, but that could have been caused by window sizing… Can you upload a workflow with some dummy data? It would probably only take a few seconds for one of us to adjust your syntax and send it back.
One thing is that if your Column is a number, then don’t use quotes on your tests. ( <= 1 instead of <= “1” )
You can also use this to apply multiple filter rules as well in the mean time to avoid syntax issues.
For next time. To share a workflow you go to file menu on the top leafy of KNIME software, then select Export KNIME workflow, the point it to where you want the export placed and unselect “Reset Workflow” if you want the data included in the executed export.
When writing a post there is a button with an up arrow that allows you to attach it to a post. You can also place it on your public hub and paste a link to the web url.