BIRT - selecting certain values of a dataset [message #1479261] |
Wed, 19 November 2014 04:40  |
Eclipse User |
|
|
|
Hi!
I'm a newbie in Birt ad I got a simple question hopefully,
I have a dataset with several columns, obtained from a .csv file, and from it I created a report aggregated by one of them (ex. ID).
Now I have to extract a certain value from a certain column in correspondance of a certain value of another column.
In SQL I'd do this:
SELECT column1
FROM table
WHERE column2 = "value"
I tried several things, including creating a computed column like this:
Data Type. String
Aggregation: First
Expression: row["column1"]
Filter: BirtComp.equalTo(row["column2"],"value")
but the result is not what I'm searching for.
Hope to get a response from you,
Thanks,
Dario
|
|
|
|
Powered by
FUDForum. Page generated in 0.05766 seconds