Hello all, I have created a decision tree in SAS Viya. I have tuned all of the parameters and created a Decision_Tree.ctk file that adequately fits my needs. I know would like to extract all of the splitting criteria for each node. Is there a simple way to get this information? I can add plots=zoomedtree(nodes=('1') depth=3) to my code to visually identify the splitting criteria but sometimes that doesn't work as there are multiple variables in the splitting criteria and it its impossible to do if my tree is more than 2 or 3 levels deep.