D
desa
I have a column in a SQL 7 database called PostDate which stores a bunch of
dates. I'm trying to display this information using the Microsoft Office
Chart 11.0 component. I'm using C# in Visual Studio 2003 and developing a
Windows Application.
After creating the chart, I right-click on it and select "Field List." to
access the Chart field list. I add "PostDate" to the data area and then I
add "Days" under "PostDate by Months" to the categories area to sort the
data by each day of the month.
This works fine and displays correctly in the IDE but when I run my program
I get the following error message and my data doesn't display.
--------------------------------------------------------
Not all information could be loaded for the PivotTable list "Microsoft
Office PivotTable 1.0". To rectify the problem, missing data has been
replaced by the default values. If the results are not satisfactory,
consult the creator of this file or Web page.
Details:
In the PivotField collection, we did not load the ParentField tag correctly
because the value "PostDate1" was recognized or is invalid.
--------------------------------------------------------
This error only happens if I try to sort the categories by the options under
"PostDate by Months" or "PostDate by Weeks".
Any ideas?
dates. I'm trying to display this information using the Microsoft Office
Chart 11.0 component. I'm using C# in Visual Studio 2003 and developing a
Windows Application.
After creating the chart, I right-click on it and select "Field List." to
access the Chart field list. I add "PostDate" to the data area and then I
add "Days" under "PostDate by Months" to the categories area to sort the
data by each day of the month.
This works fine and displays correctly in the IDE but when I run my program
I get the following error message and my data doesn't display.
--------------------------------------------------------
Not all information could be loaded for the PivotTable list "Microsoft
Office PivotTable 1.0". To rectify the problem, missing data has been
replaced by the default values. If the results are not satisfactory,
consult the creator of this file or Web page.
Details:
In the PivotField collection, we did not load the ParentField tag correctly
because the value "PostDate1" was recognized or is invalid.
--------------------------------------------------------
This error only happens if I try to sort the categories by the options under
"PostDate by Months" or "PostDate by Weeks".
Any ideas?