RTC BIRT: How to get TYPE_ID relevant to {Current Project Area} in the TYPE table?
One of the datasets in my report needs to use TYPE_ID as its parameter from user input. So I was trying to construct a report parameter by using the TYPE table. However, the table doesn't have a project area column. I tried using a filter like this because TYPE_ID string does contain the project area item_id :
TYPE_ID like '{Current Project Area}%'
But this doesn't work. The dataset returns nothing.
Any ideas? Thank you!
Comments
Clement Liu
May 20 '14, 3:05 p.m.Hi, @azito, any ideas? Thanks.