On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

property binding in CSv dataset

hardik_982
hardik_982 Junior Member
hi
i have used eclipse 3.3 and birt 2.2 for crosstab and cube generation
with oracle database previously

now my requirement is that i have to used csv files in dataset

previously i can apply property binding like

"select * from MV_SUMMARY A "+params["whrqry"]+" "+params["mnthqry"]+" "+params["brqry"]+" "

for oracle database for mv_summary table

how can i apply this same for CSV dataset files

please help me