Forum Discussion
- TonyToniToneContributor II
You can create a SQL Data Adapter and assign it to a Dashboard Component to display however you see fit. The data is stored in the DataAttachment table. Here is an example of the SQL query from the DataAttachment table
SELECT TOP (1000) [UniqueID]
,[Cube]
,[Entity]
,[Parent]
,[Cons]
,[Scenario]
,[Time]
,[Account]
,[Flow]
,[Origin]
,[IC]
,[UD1]
,[UD2]
,[UD3]
,[UD4]
,[UD5]
,[UD6]
,[UD7]
,[UD8]
,[Title]
,[AttachmentType]
,[CreatedUserName]
,[CreatedTimestamp]
,[LastEditedUserName]
,[LastEditedTimestamp]
,[Text]
,[FileName]
,[FileBytes]
FROM [OneStream_GolfStreamDemo_2022].[dbo].[DataAttachment] - KoemetsContributor
I had no problem using annotations and assumptions in cube views.
- DavyContributor
Can you please give us a clue how to display or copy annotations in a cubeview's cell to another cell - using XFBR business rules?
Related Content
- 11 months ago
- 4 years ago