Hello KNIME experts!
As I am pretty new to Knime, I am not sure if the below doubt has a direct solution:
As per sample data set:
from this table I want to extract the Y value when Z is “PQR” and then multiply this Y value to all values of X (leave out value of X where Z is PQR) and then show these results to new columns.
so this result should be something like:
as you can see that for ‘n’ number of rows of X there will be n-1 new columns, each having one entry which is multiplication of one Y value(98) with all other X values (except the one where Z is “PQR”.
Please help me achieve this using KNIME.
Thanks in advance!