Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Filter ... how to?
Filter ... how to? [message #185856] Fri, 18 August 2006 07:43 Go to next message
Eclipse UserFriend
Originally posted by: jeromevergereau.hotmail.com

hello,
I want to apply a filter on my resulset.

First I try this :

Expression Operator value1
row["Number"] greater than 3 --> It Works


But I want a filter like this :

Expression Operator value1
Total.percentSum(row["Number"])*100 greater than 3 --> Doesn't
Works


If someone have a solution. ^_^
Thx
Re: Filter ... how to? [message #186024 is a reply to message #185856] Fri, 18 August 2006 17:07 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

This looks like a bug. Can you file a bugzilla entry?
You can add a computed column with Total.percentSum(row["Number"])*100 as
the value
and then add a filter on the table where you use it with a value of:

row["CmptedColum"] greater than 3

Jason

"Vergereau" <jeromevergereau@hotmail.com> wrote in message
news:82ad4ad46ba1051747a8244950d84cea$1@www.eclipse.org...
> hello,
> I want to apply a filter on my resulset.
>
> First I try this :
>
> Expression Operator value1 row["Number"] greater than
> 3 --> It Works
>
>
> But I want a filter like this :
>
> Expression Operator value1
> Total.percentSum(row["Number"])*100 greater than 3 --> Doesn't
> Works
>
>
> If someone have a solution. ^_^
> Thx
>
>
>
>
>
Re: Filter ... how to? [message #186218 is a reply to message #186024] Mon, 21 August 2006 05:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jeromevergereau.hotmail.com

hello,

It's seems filter works well on table and chart but when I try to apply to
the same filter on my DataSet in "Edit data Set" an error occur :
"Invalid field name:_{$TEMP_FILTER_0$}_
reason A BIRT execption occured.
"
Re: Filter ... how to? [message #186768 is a reply to message #186218] Thu, 24 August 2006 03:45 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

This is probably a bug. Where you able to file a bugzilla entry on it?

Jason

"Vergereau" <jeromevergereau@hotmail.com> wrote in message
news:a93a99d8c6e0007ca844dd8579d06d30$1@www.eclipse.org...
> hello,
>
> It's seems filter works well on table and chart but when I try to apply to
> the same filter on my DataSet in "Edit data Set" an error occur :
> "Invalid field name:_{$TEMP_FILTER_0$}_
> reason A BIRT execption occured.
> "
>
>
>
Previous Topic:Using group by in a Chart
Next Topic:Which Engine??
Goto Forum:
  


Current Time: Sat Jul 13 02:47:16 GMT 2024

Powered by FUDForum. Page generated in 0.03740 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top