Card::create(array(
"title"=>"Net Sales",
"value" => $this->src("mysql_datasource")
->query("
SELECT
transactions.invoice_type as type,
sum(transactions.total_amount) total
FROM
transactions
WHERE
transactions.status = 3 AND transactions.transaction_type = 1
"),
"another_column" => 2554,
"type" => 55644,
"baseValue"=>12
),
));