Josh,
So you have an attribute like Month that contains values of "January", "February", etc. By default this attribute will sort by text order, but this can be changed to sort off another attribute (i.e. Month Value).
Josh, you learned something cool or figured something difficult out relating to BI/SQL/C#/Programming/Etc. Therefore write it down here for easy recall!!!
Showing posts with label ssas. Show all posts
Showing posts with label ssas. Show all posts
Tuesday, November 18, 2014
Monday, June 9, 2014
SSAS Dynamic Prior Period
Josh,
When using the prior period function and you want the calculation to work on any level of the hierarchy, you'll need to remember the "CurrentMember.Level" syntax:
When using the prior period function and you want the calculation to work on any level of the hierarchy, you'll need to remember the "CurrentMember.Level" syntax:
Wednesday, May 28, 2014
SSAS Binding Too Small
Josh,
So you've updated some tables used in a cube by increasing a column's length. When you go to process the cube you are getting an error like "Errors in the back-end database access module. The size specified for a binding was too small, resulting in one or more column values being truncated."
Seems easy enough, right? You just need to increase the Dimension Attribute's length. Make sure you do it for both the NameColumn and KeyColumns sections:
Thanks to http://shahfaisalmuhammed.blogspot.com/2012/03/size-specified-for-binding-too-small.html
So you've updated some tables used in a cube by increasing a column's length. When you go to process the cube you are getting an error like "Errors in the back-end database access module. The size specified for a binding was too small, resulting in one or more column values being truncated."
Seems easy enough, right? You just need to increase the Dimension Attribute's length. Make sure you do it for both the NameColumn and KeyColumns sections:
Thanks to http://shahfaisalmuhammed.blogspot.com/2012/03/size-specified-for-binding-too-small.html
Subscribe to:
Posts (Atom)