Quantcast
Channel: SQLServerCentral » Data Warehousing » Analysis Services » Latest topics
Viewing all articles
Browse latest Browse all 1341

Creating a Cell Calculation

$
0
0
Hi Everyone,I hope someone out there has experience with this. I am trying to use a cell calculation in my cube that formats a value based on the account it is using (Percent or Currency). The following cell calculation I wrote as a script in my calculation. However when I reprocess the cube the value just disappears. Am I missing something? Thank you for your help.BobbyCREATE CELL CALCULATION [Property].[TestFormat]FOR '([Income_Statement].[Account List].&[464], [Budget Variance])'AS [Measures].CurrentMember,FORMAT_STRING = "#,##0.00 %;-#,##0.00 %";

Viewing all articles
Browse latest Browse all 1341