Hi,
I've made a connection with the following settings:
Name: test
Tablename:test
WHERE SQL: Where team = 'team1'
HEADER: <?php $totalresult = 0; ?>
BODY: <?php $totalresult = $totalresult + $row->amount; ?>
FOOTER: <?php echo $totalresult ;?>
What i want to do is to show the result, which is generated in the connection above, in the body of another connection? The Where statement has to be variabele later on but that's the next step for me. Is this possible?
Regards,
Jaap
I've made a connection with the following settings:
Name: test
Tablename:test
WHERE SQL: Where team = 'team1'
HEADER: <?php $totalresult = 0; ?>
BODY: <?php $totalresult = $totalresult + $row->amount; ?>
FOOTER: <?php echo $totalresult ;?>
What i want to do is to show the result, which is generated in the connection above, in the body of another connection? The Where statement has to be variabele later on but that's the next step for me. Is this possible?
Regards,
Jaap