Hi,
I want to display Hierarchy of each drill down level on a report. I want to display top drill down as a breadcrumbs in any site.
Suppose I have 3 different drill down level in a report
Top level display count by Parent Type
Second Level display count by Child type of Parent type
And Third level I want to display all the name that is fall in child type.
So on the top Level I want to display Parent Type(name),
on second Level I want to display Parent Type(name) -> Child Type Name
on third Level I want to display Parent Type(name) -> Child Type Name -> Name
Is it possible to display like this