Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
sajad_manzoor
Partner - Contributor III
Partner - Contributor III

partial sum showing zero

Hello Gurus,

I am using following expression in pivot chart

"IF( EstimatedEndDate>= vStartDate and EstimatedEndDate <= vEndDate ,sum([Milestone Revenue in INR (TR)]),0)"

but the partial sums are showing 0

partialSums.png

Please suggest.

Also , how can i write the same expression using set analysis...

1 Solution

Accepted Solutions
spividori
Specialist
Specialist

Hi.

Try:

sum(IF( EstimatedEndDate>= vStartDate and EstimatedEndDate <= vEndDate ,[Milestone Revenue in INR (TR)]))

Regards.

View solution in original post

7 Replies
tresesco
MVP
MVP

Change the total mode to Sum of rows and check

qv120.png

sajad_manzoor
Partner - Contributor III
Partner - Contributor III
Author

Hi Tresesco,

this works only in straight table ,but when i use pivot chart, even no partial sum row is shown,

the partial sum property is checked for EstimatedEnd




partialSums.png

tresesco
MVP
MVP

In the presentation tab 'Show Partial Sums' is there, you have to check/tick.

sajad_manzoor
Partner - Contributor III
Partner - Contributor III
Author

'Show Partial Sums' check box is checked

tresesco
MVP
MVP

It is possibly because of you are using a calculated dimension or an expression which is complex. Please post a sample.

Anonymous
Not applicable

Hi,

1. use a text box object paste / write your expression there see is is showing 0 there if yes then there is

    problem in your expression.

2.  if expression show values and does not show zero then go to presentation tab check whether you checked both

      dimension ie project code and estimated end date as partial sum.

regards,

anant

spividori
Specialist
Specialist

Hi.

Try:

sum(IF( EstimatedEndDate>= vStartDate and EstimatedEndDate <= vEndDate ,[Milestone Revenue in INR (TR)]))

Regards.