talltom

Members
  • Content count

    3
  • Joined

  • Last visited

Everything posted by talltom

  1. Problem with My XML Code

    Hi Everyone. I really appreciate this product a lot, and the support also seems to be exceptional. I have a problem, that I haven't seen discussed in the forum. I'm creating a Bullet Chart using the SetDataXML method, and I'm using a Smarty variable {$USER_AVG_V_SCORE} to set the value. There are three bullet charts on this page, but for some reason, only the first one works. The other three come back non-existent. Any thoughts would be greatly appreciated. I've attached the complete source code 'dashboard.txt' for this page below. The three charts begin near line 238. dashboard.txt
  2. I have a number of website applications which I want to populate dynamically with a Smarty Variable, but it's always a hit or miss proposition whether it will work or not. The following line of code works in one website, but not in a copy of the exact same page on a different website. Note the {$USER_AVG_V_SCORE} smarty variable. What am I missing? All suggestions are appreciated. Thanks OK - so I can't get the code to show up correctly below...I have attached a text file with the source code/script - still looking for suggestions [p]myBulletChart.setDataXML("{$USER_AVG_V_SCORE}98");[/p] bulletchart.txt
  3. Problem with My XML Code

    Thanks for the quick response. I've attached a copy of the screenshot. The three bullet charts are supposed to be directly stacked on top of each other. Only the first one is working. I attached the source code to my first post in a file called dashboard.txt. Thanks for taking a look at this. It is appreciated. Tom