TheCharter

Members
  • Content count

    3
  • Joined

  • Last visited

About TheCharter

  • Rank
    Forum Newbie
  1. Hi Rahul, you're my man - this actually solved the problem. Thanks a lot for your fast and helpful reply. Regards... TheCharter
  2. Hi, I have a site collection with quite a lot of charts already (so far the existing charts are still working). Whenever I try to create a new or edit an existing chart I get the following error. I tried it as a normal edit user and as site collection admin - both with the same message: Title Chart settings could not be retrieved. Please check your connection settings and try again. Date 27/03/2013 08:28 Type Error Exception Column 'IsDynamicFilterEnabled' does not exist. It may have been deleted by another user. Stack Trace at Microsoft.SharePoint.SPFieldCollection.GetField(String strName, Boolean bThrowException) at Microsoft.SharePoint.SPListItem.SetValue(String strName, Object value, SPField field, Boolean protectFields, Boolean skipValidation) at Microsoft.SharePoint.SPListItem.set_Item(String fieldName, Object value) at Collabion.Charts.DAL.Managers.ChartConfigurationManager.<>c__DisplayClass1b.<Save>b__1a(SPListItem item, ChartConfiguration c) at Collabion.Charts.DAL.ListHelper.Save[T](T data, SPWeb web, String listTitle, SPQuery query, ModifyItem`1 insertConverter, ModifyItem`1 updateConverter) at Collabion.Charts.DAL.Managers.DataManager.Save[T](T data, SPQuery query, ModifyItem`1 insertConverter, ModifyItem`1 updateConverter) at Collabion.Charts.DAL.Managers.ChartConfigurationManager.Save(ChartConfiguration configuration) at Collabion.Charts.Business.ChartBuilder.AddDynamicFields(IDataProvider provider, ChartConfiguration conf, DataTable data, Boolean SaveChartConfiguration) at Collabion.Charts.Business.WebService.GetChartConfiguration(String webPartId) at Collabion.Charts.WebServicePage.OnInit(EventArgs e) Inner Exception Inner Stack Trace Request http://<sitecollection>/_layouts/CollabionCharts/WebService.aspx Additional Information <A name=SPBookmark_ProductVersion>ProductVersion 1.1.1.0 MethodOnException GetChartConfiguration
  3. Hi, I have created a rather simple chart where I would like to show some hours per months for given departments. The simple way of showing the summary of hours for all departments works fine (see screenshot Collabion1), but as soon as I try to show the distinct values of hours for each department the famous "no data to display" is raised (see Collabion2). By the way, how can I get more detailed information to the "no data to display" error that you'll get quite often, but have no clue what is the real reason behind? Thanks a lot for your support TheCharter