You don't need a code. Next to the Hide Empty drop-down you have chosen, click on Total and check the value for creating a total for rows. This will display the sum at the list column
For this you would probably need to create a custom Measure. Since I'm not sure how to access PrevMember, I'll let eazyBI support to answer this one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Peter I am using this code for Balance Value, now only the first and second row is not working correctly. CASE WHEN NOT [Time].CurrentMember IS [Time].DefaultMember THEN CASE WHEN [Issue].CurrentMember.Level IS [Issue].[Issue] THEN [Measures].[Balancestart ] + CASE WHEN [Time].CurrentMember IS YTD([Time].CurrentMember).Item(0) THEN Sum( {[Issue].[Issue].Members.Item(0) : [Issue].CurrentMember}, [Measures].[Credit] - [Measures].[Debit] ) ELSE Sum( {[Issue].[Issue].Members.Item(0) : [Issue].CurrentMember}, [Measures].[Credit] - [Measures].[Debit] ) + Sum( YTD([Time].CurrentMember.PrevMember), ([Issue].DefaultMember, [Measures].[Credit]) - ([Issue].DefaultMember, [Measures].[Debit]) ) END ELSE [Measures].[Balancestart ] + Sum( YTD([Time].CurrentMember), [Measures].[Credit] - [Measures].[Debit] ) END ELSE [Measures].[Credit] - [Measures].[Debit] END
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Peter Ben : I want to get the sum of custom field called Nb. of Days per Issue Type (in the table I have x=reporter and Y=Issue Type. Kindly advise Rita
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.