Its seems to be very simple question, but I cannot solve it
I have a table with 2 columns: Dapartment, YesNo. the YesNo column have value of 0 for NO and 1 for Yes
Now, I want to use Pivot table to get this result:
Department Yes No
to do it I created a new calculated field within the Pivot Table: if(Yesno=1,0,1)
but the sum of the new field is not good
where is my mistake? I must it inside the pivot. I know I can do it without the pivot table)
thanks
I have a table with 2 columns: Dapartment, YesNo. the YesNo column have value of 0 for NO and 1 for Yes
Now, I want to use Pivot table to get this result:
Department Yes No
to do it I created a new calculated field within the Pivot Table: if(Yesno=1,0,1)
but the sum of the new field is not good
where is my mistake? I must it inside the pivot. I know I can do it without the pivot table)
thanks