View Full Version : OWC PivotTable Disply empty rows and columns


bluewind44
06-09-2006, 07:02 AM
Hello, all.
I have a problem with tuning OWC PivotTable on ASP.NET project.
It's about empty rows and columns.
I want them not to disply on the table, and I know I can do it at the
'Command and Options'.

My question is how I can do it by jscript, so I can hide empty rows
and columns defaultly.

Is anyone can help me?

Thanks in advance for answering.

bluewind44
06-09-2006, 07:16 AM
I have found the answer. I can do it by this jscript.

document.UI950210.pt.ActiveView.RowAxis.DisplayEmptyMembers =
false; document.UI950210.pt.ActiveView.ColumnAxis.DisplayEmptyMembers =
false;


bluewind44 작성:

> Hello, all.
> I have a problem with tuning OWC PivotTable on ASP.NET project.
> It's about empty rows and columns.
> I want them not to disply on the table, and I know I can do it at the
> 'Command and Options'.
>
> My question is how I can do it by jscript, so I can hide empty rows
> and columns defaultly.
>
> Is anyone can help me?
>
> Thanks in advance for answering.