My client uses a complicated Classification Tree to Auto Classify documents. We now need to know how many items have had specific classifications applied to them. This should be a fairly simple query but I cannot seem to identify which Table/Column houses the Classification Name.
An example of our tree is"
Legal, Regulatory Compliance, and Enforcement Sub-buckets
Regulatory Compliance and Enforcement
Regulatory Compliance and Enforcement - Perm.
Since there are a lot of potential branches to the Classifcation Tree I would like to identify them by size. In other words if I have RSIs for 3 years, 7 years and 25 years as well as Permanent records for Regulatory Compliance and Enforcement I need to be able to count each by RSI.
Again, I think the SQL will be simple if I can find out where in the DB to find Regulatory Compliance and Enforcement - Perm. (and any other RSI level).
Any help is greatly appreciated.