SCValC

Members
  • Content count

    7
  • Joined

  • Last visited

About SCValC

  • Rank
    Forum Newbie
  1. X and Y Values are one off

    Hi again, There seems to be a problem with the link for the fix. I've tried clicking on in in FF and IE, also right clicking to "Save Target As." Every time I just get taken to the homepage. Can you check the attachment? I really need it! Thank you so much. ~ValC
  2. X and Y Values are one off

    This is very excellent and I appreciate your looking into this. We do not hesitate and even look forward to buying products from a company that supports its customers and grows its products. We will purchase this in the next 2 weeks when this comes back around on the schedule. (I have had to halt development waiting for this reply, and am currently focusing on other things). Blessings to you. ~ValC
  3. X and Y Values are one off

    Bump. Still hanging around hoping for an answer.
  4. X and Y Values are one off

    Is there any news on this issue yet?
  5. X and Y Values are one off

    GREAT. I will keep checking back to this thread daily, as I stand ready to purchase and implement your solution. Thank you. ~ValC
  6. X and Y Values are one off

    Thank you for the quick reply. Unfortunately, it seems that the option you are describing is only available for those using PHP/My SQL. I have created another sample that is having the same problem. You're welcome to inspect. http://admin.christwill.com/chart.cfm Note the value pairs in the SQL data dump above the chart and see that they do not correspond to the chart output. The title Instructional needs to be second the last and the rest of the titles along the x-axis need to shift left by one. This problem is not helped when I tell the chart to sort by column or series. It makes no sense, really. I am ready to purchase as soon as I know there is resolution to this problem. Thank you!
  7. X and Y Values are one off

    I'm evaluating the DW Developer extension using a CF/MS SQL model. I thought I'd start by doing a simple monthly sales report. My query has two fields - Month & Gross Sales. When I dump this query for raw data it's perfect. The graph that the DW extension has generated is lovely with one exception: The X and Y values are right but mismatched. For example, the months on my chart are 8,1,2,3,4,5,6 instead of 1,2,3,4,5,6,7,8. The values for the months are in the right order, however. So, the first column has January's total with an August label, and so on. Again, my query is not the problem, as it outputs perfectly. What have I done wrong?