Forum Discussion

NicoleBruno's avatar
NicoleBruno
Valued Contributor
3 years ago

Possible to set up a CV or QV showing stage data?

Hi all,  We have data coming into Import/stage that subtotals to zero when it validates/maps into the cube. We need to review this data in import/stage before the validation and the easiest way wou...
  • Sai_Maganti's avatar
    3 years ago

    If you only want to review manually then here are some ideas.

    • A simple SQL data adapter using standard views vStageSourceAndTargetData or vStageSourceAndTargetDataWithAttributes. These views contain all the scenarios and time and hence you need to filter out the scenario and time in your case. You can do with only source columns as this is before validation. Attach this to either a Data Grid or Pivot Grid for some quick slice and dice.
    • Or use Table Views in OneStream excel (will need a BR to fetch data from the above mentioned views) in a dashboard and use this dashboard in workflow profile where the data can be reviewed easily without leaving the workflow screen
    • Or export to a csv using BRAPi.Import.Data.ExportStageData (only source columns)

    All the above need some understanding of sql, views etc but better than relational blend.