- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
I have some budgetary data that needs to be included on a VA report, which is provided at a "Department" level.
The VA report in question is built over a dataset that is at the sales invoice level.
What would be your advice on the best ways to allow the top level visualisations, at Company and Department level, to show the budget data along with actual sales metrics, whilst allowing drill down all the way to the sales invoice level.
I was thinking of doing something in SAS Studio at the data prep stage, perhaps dividing the budget by number of invoices to give budget column, which should then sum all the way back up once in VA...
Thanks in advance
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jim, are you still working on this?
If you join the two tables, it seems like the visualization should be rather straightforward using a crosstab. You could create a hierarchy of Company > Department > Invoice (or whatever.)
Let us know if there are specifics we can help with.
Thanks,
Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the reply Sam,
I decided to use the two table approach, using shared filters to sync up the visual components.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Sam