Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

criteria for graph

Post Reply
cjuliao
Posts: 7
Joined: Fri Mar 23, 2012 2:58 am

criteria for graph

Unread post by cjuliao »

Hello I need to plot some data using criteria

Graph Code

$variable_id=$formValue['hidden_transaction_id'];
$sql = "CREATE TABLE $graphTable SELECT
lixi_fecha,lixi_sitio,lixi_dbo5,sitio_cod_sitio FROM pocitos_lixiviado
WHERE sitio_cod_sitio=('$variable') order by lixi_fecha";
nuRunQuery($sql);
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: criteria for graph

Unread post by admin »

cjuliao,

What is your question?

Steven
Post Reply