Hello and congrats for your pivot grid. It works fine for us and our customers are very happy about it 
However, we could make it even better if I could resolve this issue:
Let's say I've got a pivot grid with:
- 1 column field C1 with 3 values 1,2 and 3
- 1 row field R1 with 1 value R
- 2 data fields D1 and D2
The pivot grid will display 6 cells (1 row field value * 2 data fields * 3 column field values).
BUT, is there a way to tell the pivot grid that I want it to hide a specific data field depending of the value of a colum field.
For example, can I hide the data field D1 when the column field value is pair?
In our example, the pivot grid will display only 5 cells instead of 6:
2 cells for the column field value 1 (data field D1 and data field D2)
1 cell for the column field value 2 (data field D2)
2 cells for the column field value 3 (data field D1 and data field D2)
Hope my question is understandable...
Regards,
Jerome