100Rub
8 months agoNew Contributor III
Reporting of Cell Detail Classification in Cube View
Hi All,
How can I show Cell Detail Classification in the report ?
Thanks
100Rub - There are couple tables it stores the information.you can query and report out of gridview.
1. DataAttachment - it has the Annotations, footnote and etc,...
2. DataCellDetails - Has the Celll level details.
There is a Data Adapter Method called "DataCellDetail". This can be used to get the information you require and pass into various dashboard components, such as the Report component. From this you should be able to create exactly what you need: