
Many times, while presenting Stories, I need to see the details for a specific record in my data. A possible solution is to use Explorer views and Data Analyzers, but I find sometimes users don't need all the model dimensions and measures, don't need to build their own view, nor have the skills to do so. A partial solution to this challenge is to create a widget that looks like, what is sometimes referred to as in other applications, an Object Card. Object, being a single datapoint. Card, being the format in which the details are visualized. I find this view shows data details in a quick, concise manner than can be controlled with filters/hyperlinks.
Most Stories in SAC provide summaries from lots of data. So, I find the natural way a user needs to navigate to a view like Object Card is by wanting to 'dig into the details' of a specific data point they see in a typical Story widget. While it is technically possible to add the details of your data to a Story widget directly, it can be difficult to consume and isn't always a best practice. To present the details of a data point and the individual dimension members for it, I am writing this blog to share how I achieved this. I have not found many community posts about visualizing data this way, so I wanted to share in the event someone else was looking to create a similar view. In this example, I have created an Object Card for individual Purchase Orders (POs) in one of my stories.
Note: You don't have to filter the data yet. We need to load multiple records so that we can adjust the drill limitation. |
Your dimensions headers should now be stacked on the left side of your table. Your measures should be below the dimension headers at the bottom of the table.
Next, we will limit the number of cells that load into the table so we only see one member for each dimension. The Edit Drill Limitation hazard sign only appears in the Table Details if your table loads more than 500 rows and/or more than 60 columns. You should quickly hit the 60 column limit after swapping the axis.
Tip: Use Sort Options on the first dimension to influence the data that first loads by default. I set the same sort as the source table or chart that leads you to this this page. You can also Add Customer Order... and drag the member what you want to first load to the top. |
I find the below Styling makes this card view easy to interpret:
Your table could look something like this:
Since this view only works well by showing one dimension member at a time, we want to control how and when a user sees this Object Card. We can have the user filter on a data point in many ways, there are two ways that I found work well with this Object Card:
Option 1: Use Hyperlinks and Applying Selected Dimensions as a Filter, from a table or chart with similar dimensions. I find this first option to be the most useful and intuitive when consuming a Story with lots of data.
Option 2: Add a Single Selection Input Control that allow users to toggle through the data points they want to see in the Object Card: to make sure we limit the filtering options to only load one record at a time in the Object Card. This Input Control may get overwhelming with lots of data.
To setup the first option, start with a widget in a separate page that shows a summary data where the user can hyperlink to the Card Object details. This Hyperlink will take them to the page with the Card Object and apply a Story filter on the selected data point. The data point the user clicks on must at a unique identifying level of detail, so that we force only one member to load in the Object Card. In my example, the PO Number + PO Line Number are the unique identifiers of my data records. There is only one possible member for all dimensions when filtering on a single PO Number + PO Line Number.
Note: A Horizontal Bar Chart could also work with the same data if you don't want to use a table. |
To use this hyperlink in either a table or chart:
Table, right click in the measure cell of the data point you want to see the details, Click Go to Link, click Navigate to <your page name>.
Bar Charts, Click on a data bar, then Jump to <your page name> at the top of the tool tip. Or right click, Go to Link, click Navigate to <your page name>.
When users navigate to the page with the Object Card, a Story filter will be applied. To go back, the users will need to navigate back to the initial page, then clear the Story filter. I have not found a shortcut to do this without scripting, other than adding a button (or a Shape that looks like a button) and hyperlinking back to your initial page. Users will still need to know to clear the Story filter.
You have now completed all steps to setup an Object Card view and enabled the first option of filtering data in the card. You may now train users to right click on the data point they want to see in the Object Card in the hidden page.
Give this a few tests to make sure the Object Card is behaving as you expect. You can test by leaving on Table Details and check to see if the table tries to load more than the limited number of Rows or Columns. If it does, then you need add more filtering dimensions in the hyperlink to get only one record to load in the Object Card.
You can take this much further with Analytical Scripting but I wanted to focus this blog on using standard functionality to keep it easy to understand and quick to setup.
I am happy to update this blog if the community is able to come up with any improvements or suggestions as to following functionality without using scripting:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
24 | |
23 | |
22 | |
15 | |
13 | |
10 | |
9 | |
7 | |
7 | |
6 |