Hello Dear All,
I would like to number the column values by their categories as i did in groupno column. All cases should be grouped by the number and story.
8844 + case creation → 1
8844 + dealer reply → 1
8844 + dealer reply (duplicate value) → 2, please see below.
if you want to avoid coding you can use Rank node. Number and story columns are your grouping columns in it and ranking column should be dummy constant column while mode is Ordinal.
Hello @kubra_08
Probably there are few solutions to achieve this result in KNIME. The first one coming to my mind is the Rank node .
However because you have to create counting based on Two Grouping attributes, and rank a third column; you need first to create a copy of your target column $story$ (i.e. with a Sting Manipulation node == $new column$)
join($story$)
Then you can proceed with the rank node with the following configuration: