I want to create a sales pipeline funnel chart, and display it to user. Is there any way to achieve this using CRM sdk using C# or any alternative?
Rohit
You can't use CRM SDK to show the funnel chart in another application. For that you have to use another chart API, and get the data from CRM, with CRM SDK. Take a look in this chart api.
Related
So flurry has provided its reporting API tool, however only with this rollingrate and returnrate, however when we trying to grab metrics for specific region, it's unable to achieve. Does flurry officially support the country-dimension reporting API function? or is there any way to achieve this.
https://developer.yahoo.com/flurry/docs/api/code/analyticsapi/retention/
The retention API does not officially support the country dimension. If you use the Retention Dashboard in Explorer, you can use User Country as a Breakout, then download the csv file.
Have anybody used SP2010 out of the box chart web part to display web analytics data? e.g most viewed page etc. Or know if this is possible or a way around this? I can't seem to find anything that suggest that you can, would like to not use any third party tools.
Noop. I worked on a similar assignment where I extracted data from WebAnalyticsServiceApplication_ db.
I created SharePoint TimeJob which extracts data periodically and adds into a sharepoint List.
Later created Sharepoint application page with charts.js and Jquery to display charts based on the sharepoint list.
Note it is not advisable to directly access SharePoint Database. But my case was approved by my company.
I am currently inverstigating some solution on how to extract data from RallyDev and present the data on a big screen in the office for the organization. The information I would like to display is "burndown chart pr. team" (we have 5 SCRUM teams); Top 5 tasks in progress by the indiviual teams and the iteration status ex "7 days remaning in the sprint (22/07/2013 to 02/08/2013).
We have presentation tool for our big sceens called "beats" which can display pictures from a network folder and the images are changed every 7 secound. The idea is to create a image with the information descriped above in one slide(image) pr. team.
My question is now have these images can be created, does any of you know or have expirences with a solution like this? or any recommendation for me:)
So far I have played around with Ruby to extract data into excel and created a macro in excel which created the burndown chart and list the tasks and the iteration status. But it's more at static solution, where have to do stuff manual every day. I was more looking for an automated solution with a windows schduler or somethink else.
Let me know if you have any thoughts on a solution and thanks for taking time to read this.
You may explore writing apps using Rally App SDKs. There are two SDKs: the older AppSDK 1 based on Dojo framework and the new AppSDK 2 based on ExtJS framework:
Rally WS API documentation and object model
Documentation on App SDK 1 and App SDK 2
How to run apps outside of Rally
LoginKey functionality which predates AppSDK2. You may use it with AppSDK 1. It allows displaying Rally standard reports and custom apps outside of Rally without having to login. It uses encoded read-only (viewer) user credentials.
Lookback API allows to see what any work item or collection of work items looked like in the past. This is different from using WS API directly, which can provide you with the current state of objects, but does not have historical data. LBAPI works with AppSDK 2
I have downloaded the sample app of ArcGIS Runtime SDK for Windows Store apps. It has one sample called "Dynamic Layers" which has four option. The third option is "Unique Value Renderer" which seems to be heat map. But that sample uses data from REST API.
So I want to show heat map with my own data. My data contains some stats respective to each countries. According to that data I want to produce heat map, how can I do that ?
I want to do something like this.
You will need to publish your data to an ArcGIS Server service, and change the layer ServiceUri to point to your ArcGIS Server service.
What format do you have your data right now? (or from what type of service is it coming?)
How to geoenrich applications with FeatureServices, Thanks to Antti Kajanus
I was building an app on top of BB native Calendar and was trying retrieve in my App.
But there is not much information available for using this API to retrieve recurring Events from the native BlackBerry calendar.
Can someone please guide me or provide some examples so that I can retrieve information about BlackBerry calendar events?
I went through following link also, but it wasn't much help:
https://stackoverflow.com/questions/10123724/handling-recurring-events-in-blackberry-calender