The table consists of Date/amount/type
I have a hidden column in the table that does calculated field ( I do not want the user to see it).
Now I want create a pivot table Row Date Columns Type. Good so far.
I need to filter based on the hidden column !!!!! This is my first question. Can I do it.?
My second question is a bit complicated. Let me try to explain
Once I filter the data based on the hidden column( say value x); I further filter on type.
(say Value AAA)The result is one row(In the PT) which gives me the total amount for specific hidden column value X; AND specific Type(AAA) (that is why it is one row result).
For me to finish off. I need to Zero OUT the amount in ALL THE RECORDS that represent that type for that hidden column filter. ( I believe I need VBA to do that, and I do not know how)
So, to recap
PT will give me the following for a given hidden column value X:
Type AAA amount 500
This is translated to records in the source table to:
type/amount with (hidden column x)
AAA/100
AAA/200
AAA/200
May be I just forget about PT and do the whole thing in VBA. Your input will be greatly appreciated.
For the sharp eyed guys and gals, I will answer this question:
Why you hide a field that you will use to filter the table.??
All I want to say here is that I do not want to confuse the data entry person with data that he cannot understand.
I have a hidden column in the table that does calculated field ( I do not want the user to see it).
Now I want create a pivot table Row Date Columns Type. Good so far.
I need to filter based on the hidden column !!!!! This is my first question. Can I do it.?
My second question is a bit complicated. Let me try to explain
Once I filter the data based on the hidden column( say value x); I further filter on type.
(say Value AAA)The result is one row(In the PT) which gives me the total amount for specific hidden column value X; AND specific Type(AAA) (that is why it is one row result).
For me to finish off. I need to Zero OUT the amount in ALL THE RECORDS that represent that type for that hidden column filter. ( I believe I need VBA to do that, and I do not know how)
So, to recap
PT will give me the following for a given hidden column value X:
Type AAA amount 500
This is translated to records in the source table to:
type/amount with (hidden column x)
AAA/100
AAA/200
AAA/200
May be I just forget about PT and do the whole thing in VBA. Your input will be greatly appreciated.
For the sharp eyed guys and gals, I will answer this question:
Why you hide a field that you will use to filter the table.??
All I want to say here is that I do not want to confuse the data entry person with data that he cannot understand.