-
Content count
1,253 -
Joined
-
Last visited
-
Days Won
3
-
ChristineMeany started following Rahul Kumar
-
Hi, Can you please mail your query to [email protected] as we need to see this issue over an online meeting.
-
Microsoft Office Excel File Error with chart creation
Rahul Kumar replied to nrt-nguyen's topic in Collabion Charts for SharePoint
Hi, We tested it, but we found it working fine. Is it possible to send us the excel file that you are using? If yes, please send it to [email protected] with reference to this forum post. -
Microsoft Office Excel File Error with chart creation
Rahul Kumar replied to nrt-nguyen's topic in Collabion Charts for SharePoint
Hi, Could you please let us know which version of Collabion Charts you are using? -
Problem on DrillDown based on Text
Rahul Kumar replied to David_a_r's topic in Collabion Charts for SharePoint
Hi David, Thank you for writing to us. In the parent chart, the data is grouped by dates and plots the count of Departments. In the first drill-down level, the grouping is done by Department name. Thus in this chart, the X-Axis has the names of Departments while the Y Axis(like the parent chart) tries to plot the count of Department for each Department- hence, this is not a valid scenario for plotting a chart, resulting in a blank chart. In such a case, you can follow the below steps to approach the problem differently: 1. First group your chart by date(month) but in the aggregate field, select count of "Trend". 2. Then, in the first drill-down level, select "Department" as before. 3. So now you have: Chart 1: Count of Trends per month Chart 2: Count of Trends per Department Hope we were able to address your issue. Please let us know if we could be of any further assistance on this or anything else. -
Y-Axis maximum value not working
Rahul Kumar replied to JMoore's topic in Collabion Charts for SharePoint
Hi, Yes, unfortunately, it works in the same way as you said. Y axis scale auto adjust itself if plot value exceed to the set Y-Max value. -
Unable to use "SharePoint List" data provider option
Rahul Kumar replied to JMoore's topic in Collabion Charts for SharePoint
Thanks Jason for update on this and glad to know the issue is resolved. -
Hi, Can you please let us know which version of Collabion Charts you are using? If you are not using the most recent one, I request you to please download and install the latest version from our web site and check if you are still getting this issue?
-
Calculated Date and grouping
Rahul Kumar replied to blake's topic in Collabion Charts for SharePoint
Hi Blake, Thanks for the screenshots, we got the issue but to re-produce we'll have to check it on same SP List. So can you please send us the SharePoint List template exported with content so that we can re-produce the issue and fix it? Please email us the STP file to [email protected] and reference this forum post. -
SQL Server -- Windows Authentication
Rahul Kumar replied to woodgeek's topic in Collabion Charts for SharePoint
Hi, Windows Authentication works in very limited way because Collabion Charts runs inside SharePoint Server and it send request to sql server through ASP.NET so current logged user's credential changes to ASP.NET user (IUSER) hence it can not connect with Windows Authentication. -
Multi-Series Date Data Results in Broken Lines
Rahul Kumar replied to MBCS's topic in Collabion Charts for SharePoint
You are welcome- 3 replies
-
- multiseries
- date
-
(and 3 more)
Tagged with:
-
Multi-Series Date Data Results in Broken Lines
Rahul Kumar replied to MBCS's topic in Collabion Charts for SharePoint
Hi, To get a connected line, you would need to use "connectNullData=1" in Other Settings > Custom Attribute section. Please refer to the attached screenshot to know how to apply this setting. You'll have to type in "connectNullData" and "1" in the respective options.- 3 replies
-
- multiseries
- date
-
(and 3 more)
Tagged with:
-
Date data grouping does not show empty months
Rahul Kumar replied to chartsaway's topic in Collabion Charts for SharePoint
Hi, To get a connected line, you would need to use "connectNullData=1" in Other Settings > Custom Attribute section. Please refer to the attached screenshot to know how to apply this setting. You'll have to type in "connectNullData" and "1" in the respective options. -
Hi Jeremy, The product you are trying is Collabion Charts with is designed only to work under SharePoint Environment. So FusionCharts and Collabion Charts is a very different products all together. Regarding you query, your chart configuration is Ok, its just the chart type that is wrong for the data that you have. You are using single series chart that's the reason you are not able to see any other series except "Banana". So please go to "Chart Type" > Click on "Chart Category" combo box and select "Multi Series" then click on Column 3D chart thumbnail below and click on Apply. That will replace existing single series chart with multiseries chart with will show all of the series not just one. Regarding the date, you are using quite an old version of the product, so I request you to upgrade it and check the data formatting again. Hopefully you will not get any issue with it. Hope this helps.
-
Multiple Data Provider for SharePoint
Rahul Kumar replied to fawadq's topic in Collabion Charts for SharePoint
Hi Fawad, Hope you have received the response from our support. -
Chart using multivalue lookup field
Rahul Kumar replied to levesque.samuel's topic in Collabion Charts for SharePoint
Hi Samuel, I am afraid, Collabion Charts do not support grouping of multivalue field as of now, it treat them as a single string hence you are getting those results.