In FusionCharts (the non-joomla version) I can call an SQL query flagging on a joomla variable as follows:
<?php
$user =& JFactory::getUser();
$usr_id = $user->get('id');
SELECT * FROM jos_RiskOutput where joomla_id = '$usr_id'
?>
Is it possible to do something like this in the Joomla version?
I realize none of my other questions in the other threads have been answered but this would be a huge help to me.
Thanks in advance,
Steve