I have an excel table as below from where I am generating a pivot table:
----------------------------------------------------------------------
Region Project Name Is this a new Project?
----------------------------------------------------------------------
CE AA Yes
CE BB No
ESE CC No
ME DD Yes
WE EE
ESE FF
WE GG No
ME HH
CE II Yes
The pivot looks like this:
http://www.imagetoo.com/images/pivot.jpg
I just need to show the records which are "New Projects" (for which "Is this a New Project?" is "Yes"). Hence I am filtering the pivot for "Yes" records only.
Not all regions are appearing. I also need to show other regions which are missing (viz,ESE & WE) with 0 values.
How do i do it?
----------------------------------------------------------------------
Region Project Name Is this a new Project?
----------------------------------------------------------------------
CE AA Yes
CE BB No
ESE CC No
ME DD Yes
WE EE
ESE FF
WE GG No
ME HH
CE II Yes
The pivot looks like this:
http://www.imagetoo.com/images/pivot.jpg
I just need to show the records which are "New Projects" (for which "Is this a New Project?" is "Yes"). Hence I am filtering the pivot for "Yes" records only.
Not all regions are appearing. I also need to show other regions which are missing (viz,ESE & WE) with 0 values.
How do i do it?