<p> Good day,</p><p> </p><div>I'm looking for advice how to pass parameter to URL based Data Source of type 'excel' - available in Birt 4.3.2</div><div> </div><div>I found an acrticle about <a data-ipb='nomediaparse' href='
http://developer.actuate.com/community/devshare/_/designing-birt-reports/533-parameter-driven-xml-data-source-url'>"Parameter Driven XML Data Source URL"</a> but still cannot figure out how to pass my 2 parameters bellow to the Data Source URL?</div><div> </div><div>My Data Source URL is:</div><div> <a data-ipb='nomediaparse' href='
http://10.0.0.21:8080/plugins/servlet/tempo-getWorklog/?dateFrom=2014-01-01&dateTo=2014-03-21&format=excel&diffOnly=false&tempoApiToken=3934834-964b-4ada-aa97-4c51e921834'>http://10.0.0.21:8080/plugins/servlet/tempo-getWorklog/?dateFrom=2014-01-01&dateTo=2014-03-21&format=excel&diffOnly=false&tempoApiToken=3934834-964b-4ada-aa97-4c51e921834</a></div><div> </div><div> </div><div><img src='
http://oi61.tinypic.com/10pomys.jpg' alt='Posted Image' class='bbc_img' /></div><div> </div><div>I have defined two date type parameters: <strong>from_date</strong> and <strong>to_date</strong></div><div> </div><div> </div><div><img src='
http://oi61.tinypic.com/a0xsfq.jpg' alt='Posted Image' class='bbc_img' /></div><div> </div><div>The only obsticle left is to figure out how to change "?dateFrom=<strong>2014-01-01</strong>&dateTo=<strong>2014-03-21</strong>" with the my newly defined parameters <strong>from_date</strong> and <strong>to_date</strong> ?</div><div> </div><div><img src='
http://oi59.tinypic.com/140j09c.jpg' alt='Posted Image' class='bbc_img' /></div><div> </div><div>According mentioned article the key is using "property binding" tha should looks like in this case like: <strong>params["from_date"].value</strong> and <strong>params["to_date"].value</strong></div><div> </div><div>but can't figure out where to define and how to substitute these in my Data Source URL</div><div> </div><div>Thank you in advance!</div>