• Interactive Dashboard Top Five List

    I have a client that would like a widget on their dashboard the lists the top 5 clients by revenue. Compiling the data is one thing, but I don't even think there is a chart/list that would even limit to the top 5, correct? Has anyone else run into this…
  • drag-able gauge chart

    Hi, I want create a gauge chart (horizontal or meter type) on a blank ASP page in self service with a slider present so that the visitor can vary the value. Then the value should be saved. Any recommendations would be appreciated.
  • Pie chart - SQL error on linked table

    Hi, I have an ASP page and I want to display a chart pie on it. I keep getting the error that the SQL query is wrong Here is my code: var chart = CRM.GetBlock('chart'); with (chart) { Stylename('Pie'); Resize(600,600); XLProp="Allo_Label1"; YProp…
  • Error creating Chart in CRM 7.1 on ASP

    Hi, I am trying to create a chart in a CRM asp page, using the info from the Sage Developer guide. It is CRM 7.1g. When I run the page, it basically seems to crash CRM and we must restart the program. It seems like it recycles the app pool or something…