Page 1 of 2
Filter
Posted: Fri May 21, 2010 6:16 am
by Edmund Andersson
Hi again Andrew!
I´m trying to use filters in the demo version of Reports.Fx for Php.
But I cant get it to work, if I try to add a filter to Databand 1; Data Source: Custumers like this
Field is: Value
Data Type: String
Column: ContactTitle
EqualTo
Owner
But it still show all three pages with all the contact not only where contactTitle == Owner.
Why?
Regards
Edmund
Filter
Posted: Fri May 21, 2010 9:16 am
by Vladimir
Hello,
At this moment filters do not work, it will be realized later. Next prerelease build shedule on the June.
Thank you.
Filter
Posted: Fri May 21, 2010 9:45 am
by Edmund Andersson
Thanks Vladimir.
Andrew said that the release in June will include Charts, what more kinds of updates will be included?
Regards
/Edmund
Filter
Posted: Sat May 22, 2010 2:34 am
by Jan
Hello,
Also will be available BarCodes, some types of export (Excel, Pdf) and some changes in report engine.
Thank you.
Filter
Posted: Mon May 24, 2010 1:47 am
by Edmund Andersson
Okej, looking forward for that release.
Would it be possible to add a little solution to a problem I have.
We have a Database where some tablenames includes Scandinavian charters (åäö - Bad practice I know),
and when I try getting the columns (mysql-connection) from the table it not returning any data (Data not found error).
Regards Edmund
Filter
Posted: Mon May 24, 2010 4:58 am
by Jan
Hello,
We don't set any restrictions for used characters in data source. Try to take name of your table in sql qeury in " ".
Thank you.
Filter
Posted: Mon May 24, 2010 6:58 am
by Edmund Andersson
Thanks for your answer Jan.
I´ve been trying that aswell,
SELECT * FROM halmstad_skåpsräkning
SELECT * FROM halmstad_skåpsräkning;
SELECT * FROM "halmstad_skåpsräkning"
SELECT * FROM "halmstad_skåpsräkning";
SELECT * FROM `halmstad_skåpsräkning`
SELECT * FROM `halmstad_skåpsräkning`;
None of them work, but every table without a Scandinavian charter works perfect...
Regards
Filter
Posted: Mon May 24, 2010 8:39 am
by Vladimir
Hello,
Ok, we will try to solve problem with table names, containing the specified national symbols.
Thank you.
Filter
Posted: Mon May 24, 2010 8:43 am
by Edmund Andersson
Great..!
:biggrin:
Filter
Posted: Mon Aug 02, 2010 2:05 am
by Edmund Andersson
Hi Guys!
I´ve downloaded the new Beta 3 version, but cant find anyting about filters on a databand, are they not implemented in this version?
Regards
Edmund