Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

criteria for graph

Post Reply
cjuliao
Posts: 13
Joined: Fri Mar 23, 2012 2:58 am
Has thanked: 1 time
Been thanked: 1 time

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: 2825
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times

Re: criteria for graph

Unread post by admin »

cjuliao,

What is your question?

Steven
Post Reply