What fell in decision tree leafs?

I'm performing some experiments with decision trees. I only see the final trees for training and test and how the prediction are done for the test set. Is it possible to understand exactly which records from the training and test sets fell in a particular tree leaf?

Yes, using the so-called highlighting feature in KNIME which works across most of the views: select any node in your tree, and simply hilite it using the menu Hilite. All other connected views, for example an Interactive Table view will show all patterns that fall into this branch. Adjust the Hilite filter if you only want to see the highlighted ones.

Thank youyes

That works with the tree in the Mining nodes. Is there a way to do the same with the trees from Weka nodes?