I haven't been using NuBuilder for long and have just started experimenting with reports.
Created a very simple table with 4 columns (id, red, blue, yellow) and 4 rows of numbers
Here is the PHP Data Code from the Report tab
$s = "CREATE TABLE #dataTable# SELECT * from test ";
nuRunQuery($s);
When I run the SQL in PhpMyAdmin it returns 4 rows as expected but the report returns the first row only.
Any help appreciated
thanks
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.
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.
Report only displays first row of results
Re: Report only displays first row of results
need2know,
Could it be that your fields are in a group section?
Steven
Could it be that your fields are in a group section?
Steven
-
- Posts: 2
- Joined: Thu Dec 05, 2013 9:08 pm
Re: Report only displays first row of results
I deleted that report and recreated it and it worked this time. Must have done something wrong
thanks
thanks