Hi,
I would like to display the number of matching rows to the number of non-matching rows after the Joiner node in a Pie chart.
Does someone know how I can manage this?
Thanks :)
Hi,
I would like to display the number of matching rows to the number of non-matching rows after the Joiner node in a Pie chart.
Does someone know how I can manage this?
Thanks :)
If you make a full join the non matchings are shown as missing values. So you only need to replace all non missing values with a constant value and than use the pie chart on this column.
Cheers, Iris
Perfect! Thank you!! :)