The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
100Rub
2 years 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:
9 Replies
- 100RubNew Contributor III
Hi Krishna,
That is what I have done through DataCellDetails but I want to display cell details in dashboard/ Cube View/ Quick View/ Spreadsheet. Is there any way to report supporting details in any of the report view and can I export in PDF/ Excel ?
Thanks
- KarlT
OneStream Employee
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:
- 100RubNew Contributor III
Thanks for your solution. How can I export both cell supporting details and complete cube view in an excel and a PDF ?
Related Content
- 3 years ago
- 4 months ago
- 2 years ago