I am looking for a way to replace any non “?” value in a table with the column name. Can anyone suggest a good way to do this? I am looking at creating something like this (so there might be an even quicker way of doing it). My current thought is to replace all 1 with the column name and then collect together:
This is going to look like a shameless plug for my Rule Engine (Multi-Column) component (ok it is ), but in this situation it can assist because it extends the syntax of the standard Rule Engine by enabling the return of the “current column name”.
Returning the current column name wherever the value of a column is not missing is similar in principle to the solution from @gonhaddock
NOT MISSING $CURRENTCOLUMN$ => "<CURRENTCOLUMNNAME>"
Here is a demo workflow
and the component itself is here:
There’s a fair bit of complexity contained within this component, involving a recursive loop and a number of other embedded components so it isn’t going to be the speediest kid on the block but it will achieve the result.
My main reason for posting is that I think it makes a good additional use case for the kind of features that could be useful if ever an actual Multi Column Rule Engine node is developed.
It’s a component, rather than a node so if you open the link I posted above you can drag it onto a workflow from the community hub. It was created as a proof of concept for how such a node might work, but it does function.
Unfortunately, the dragging function no longer works for me. I think it’s a setting somewhere. It’s quite frustrating, actually! Not sure I have the permissions to change setting either, alas.
I have “Not allowed” under “UAC Virtualisation” so I assume it is running elevated. I also assume that I probably don’t have the requisite permissions to change this!
I think it doesn’t necessarily mean that. I think that if it is running as elevated then UAT Virtualisation will show “not allowed”, but it can show as “not allowed” for other reasons.
More important is the “elevated” column, if that says “yes”. My KNIME.exe shows “Not allowed” under UAC Virt, but is showing as “no” under elevated.
… extract that to its own folder, then run the KNIME.exe from there, and see if you can make that copy of KNIME work, and get everything installed that you need.