Home › Forums › QuickApps Forum › qChartView web part not showing series data
- This topic is empty.
- AuthorPosts
-
- 09/11/2012 at 3:09 am #5260
AnonymousParticipantHi Krishna,
Could you let us know your Quest Web Parts and SharePoint version?
We did have an issue a while back with qSIChartView when configured to a multi-series data involving field names that have spaces in them, but this would have been fixed in v5.7.
Thks,
Yuan
- 09/12/2012 at 7:40 am #4200
AnonymousParticipantHello,
I am new to Quest Web parts and am having some trouble setting up the qChart web part. I have a simple list that has the columns “Month”, “Total Count” and “Total Completed Count”. I have 4 entries in the list 2 each for the month of August and September. I am trying to display a chart with the x-axis as the month and the series data as either Total Count or Total Completed count. Here is the configuration. Total Count and Total Completed count are number fields.
<Configuration>
<XAxis FieldName=”Month” SortFieldName=”Month” SortFieldOrder=”ASC” />
<Series>
<Items FieldName=”Total Completed Count” AggregateFunction=”Sum” SeriesName=”Total Completed Tasks” ChartSeriesType=”COLUMN” />
</Series>
<YAxis />
</Configuration>
The chart displays with the x-axis as August and September but there is no series data. I’m not sure if spaces in the list field names would cause an issue.
Any help is greatly appreciated.
Thanks,
Krishna
- 09/12/2012 at 7:40 am #5990
AnonymousParticipantHi Yuan,
Thanks for the reply.
The Quest web part version is 5.7 (Build 2012.3.15).
The SharePoint version is SharePoint Foundation 2010 Sp1 june 2011 Cu
I am also attaching screenshots of the final graph that is displayed and
the sharepoint list.
Thanks,
Krishna
On Tue, Sep 11, 2012 at 4:39 PM, Yuan Liang <
-
- AuthorPosts
You must be logged in to reply to this topic.