Hi,
I can't seen to find much written about this.
In a pivot table I have field (named 'Removed'), that exists in the underlying database with a 'Y' or 'N' in each record. I need to be able to count and sum the number of 'Y's' so that I can subtotal against a third field.
The underlying database is on a SQL server elsewhere so I don't want to add a field to the original data, and I guess the calculated Field functionality is what I want. However try as I may I can't get the PT to accept it.
I've tried an =IF(Removed="Y",1,0) and =COUNTIF(Removed,"Y") all to no avail
Any ideas anyone?
Usual TIA
Bookmarks