Filter

Stimulsoft Reports.PHP discussion
Edmund Andersson
Posts: 35
Joined: Thu May 20, 2010 11:26 am
Location: Sweden

Filter

Post 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
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Filter

Post by Vladimir »

Hello,

At this moment filters do not work, it will be realized later. Next prerelease build shedule on the June.

Thank you.
Edmund Andersson
Posts: 35
Joined: Thu May 20, 2010 11:26 am
Location: Sweden

Filter

Post 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
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Filter

Post by Jan »

Hello,

Also will be available BarCodes, some types of export (Excel, Pdf) and some changes in report engine.

Thank you.
Edmund Andersson
Posts: 35
Joined: Thu May 20, 2010 11:26 am
Location: Sweden

Filter

Post 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
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Filter

Post 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.
Edmund Andersson
Posts: 35
Joined: Thu May 20, 2010 11:26 am
Location: Sweden

Filter

Post 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
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Filter

Post by Vladimir »

Hello,

Ok, we will try to solve problem with table names, containing the specified national symbols.

Thank you.
Edmund Andersson
Posts: 35
Joined: Thu May 20, 2010 11:26 am
Location: Sweden

Filter

Post by Edmund Andersson »

Great..!

:biggrin:
Edmund Andersson
Posts: 35
Joined: Thu May 20, 2010 11:26 am
Location: Sweden

Filter

Post 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
Post Reply