
Shawn Springstead
- Total activity 90
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 31
- Subscriptions 35
Activity overview
Latest activity by Shawn Springstead-
Shawn Springstead commented,
Yes, RSUM is basically useless in charts because of this.
-
Shawn Springstead commented,
Is there still no documentation on this? I can't tell if tokens expire after time, or after a new token is issued.
-
Shawn Springstead commented,
I used this today and figured id share since I think my use case is very common.Sorry for formatting, I dont know how I'm supposed to make a code block, markdown dosnt seem to work. //create a re...
-
Shawn Springstead commented,
You're looking for grand totals, open the options for your first row (mode) and toggle grand totals on.
-
Shawn Springstead commented,
Is this not available anymore?
-
Shawn Springstead commented,
Stacked column chart is really the solution to this, this is what it's for.
-
Shawn Springstead commented,
Wow secret menus.
-
Shawn Springstead created a post,
Usage Analytics only stores 30 days
Is there a way to increase the amount of time usage data is stored? 30 days really isn't long enough to get an idea of how people use what dashboards.
-
Shawn Springstead commented,
something like this?dashboard.on('initialized', function(dashboard){ $('.prism-toolbar__section--left').css('display', 'none')})
-
Shawn Springstead commented,
You should add it on the cube level.So you could create a new field, and then using a case, you check if the row is one of the types you want to group or not. It would like something like:CASE WHEN...