Filter ... how to? [message #185856] |
Fri, 18 August 2006 07:43 |
Eclipse User |
|
|
|
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 |
|
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 |
Eclipse User |
|
|
|
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 |
|
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.
> "
>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.03450 seconds