Hello,
I need to pass the data order per query, but sort by only works if I set the dataBand.
Example:
SELECT * from tabel
WHERE DATA BETWEEN '2016-08-22' AND '2016-08-25'
ORDER BY DATA ASC
This order does not work.
I wait,
Hugs
Abraços
Problem if query postgre order by - not execute
-
- Posts: 2
- Joined: Tue Nov 22, 2016 1:03 pm
Re: Problem if query postgre order by - not execute
Hello.
The order of the data could be changed by our report engine.
If you need to sort data in the report, please use the Sort property of the data band.
Thank you.
The order of the data could be changed by our report engine.
If you need to sort data in the report, please use the Sort property of the data band.
Thank you.
-
- Posts: 2
- Joined: Tue Nov 22, 2016 1:03 pm
Re: Problem if query postgre order by - not execute
Ok,
But i using parameters in the link web: http://www.site.com/relatorio/1.php?par ... 2016-08-30, because usually the user uses the form to generate the report.
How could I use this information to generate the report?
Thanks
But i using parameters in the link web: http://www.site.com/relatorio/1.php?par ... 2016-08-30, because usually the user uses the form to generate the report.
How could I use this information to generate the report?
Thanks
Re: Problem if query postgre order by - not execute
Hello,
We couldn't reproduce this bug.
Please send us your report with test data for analysis.
Thank you.
We couldn't reproduce this bug.
Please send us your report with test data for analysis.
Thank you.
- Attachments
-
- Capture.PNG (59.16 KiB) Viewed 1877 times