How to put where condition in expression builder for birt report?
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Could you elaborate more? Are you just trying to add a where clause in your SQL query? Or trying to make a filter somewhere else like on the data set or on the table?
If you're filtering not via the query, you'd want to make a filter. For example, here's a screenshot for a data set filter:
If you're just trying to alter your query to add a where clause, you would just add it in the query area.