Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
How to give where condition in query text inside csv data set.
mnegi@
<p>Hi,</p>
<p>I am stuck in a BIRT java program .I want to provide query text with where condition for a csv data set for eg select * from Account Overview.csv where "ACCT_NAME" ='Managed ETF'.I am using birt data engine API and fetching result through query definition.I have search a lot.Somewhere I found filters for that problem.But I am not aware how to add filter in a QueryDefinition. I hadn't got any code for that purpose.</p>
<p>So please guide me.</p>
<p> </p>
<p>Thanks</p>
<p>Meenakshi</p>
Find more posts tagged with
Comments
mnegi@
<p>Hi,</p>
<p>Still ,I don't get any solution for the problem.Eagerly waiting for reply.</p>
<p> </p>
<p> </p>
<p>Thanks</p>
<p>Meenakshi</p>
shamo
<p>I'm not sure where you are lost. But when you select the filter tab under the dataset, you then select new and decide to use either static or dynamic. say with static, there is a drop down to select the field you want to apply the filter on once you select the dropdown, the middle becomes activated from which u can select the condition then the last space is where you type the results. u can either type or use dropdown to select value. it is case sensitive so just be careful if typing</p>
mnegi@
<blockquote class="ipsBlockquote" data-author="shamo" data-cid="142186" data-time="1455035597">
<div>
<p>I'm not sure where you are lost. But when you select the filter tab under the dataset, you then select new and decide to use either static or dynamic. say with static, there is a drop down to select the field you want to apply the filter on once you select the dropdown, the middle becomes activated from which u can select the condition then the last space is where you type the results. u can either type or use dropdown to select value. it is case sensitive so just be careful if typing</p>
</div>
</blockquote>
<p>Hi Shamo,</p>
<p> </p>
<p>I had mentioned through data engine API I am trying to do that.I have already done that in BIRT designer as you said above.I am trying to do thing via a java program not by BIRT visual designer.</p>
<p> </p>
<p>Thanks</p>
<p>Meenakshi</p>