Hello!!
I need to pass a parameter to my chart but it send an error #1088
What am I doing wrong?
function BeforeQueryChart(&$strSQL,&$strWhereClause,&$strOrderBy)
{
$filt = "quizid = ". $_REQUEST['qid'];
$strWhereClause = whereAdd($strWhereClause, $filt);
}