-
Set different day as start and end of the week in BIRT Report
Hi All, Generally Monday is considered as start of the week and Sunday is considered as the end of week. I would like to understand whether there is a way to change this to start of the week = Wednesday and end of the week = Tuesday . User would be entering start date and end date as report parameter which would be…
-
Unable to create dynamic parameter for current year and previous year
Hi All, I am trying to create a BIRT report where I need a parameter which needs to show the current year and previous year as the value in the dropdown. For example, the parameter should show 2020 and 2019 as the values as per the current date and it should change next year and going forward. I'm using Scripted Data…
-
Issues with XML Data source
<p>I have to use an XML as a data source in my report.<br> My xml has multiple child tags with the same name(ex. <author>). Please refer the XML pasted below.</p> <p> </p> <p><em><?xml version="1.0" encoding="ISO-8859-1"?></em></p> <p><em><BookStore><br> <Book><br> <title>History</title><br> <author>Tom</author><br>…
-
org.eclipse.birt.report.engine.api.EngineException: There are errors evaluating script "var xhtt
<p>Hi,</p> <p> </p> <p>I have an XML file which needs to be used to generate the report. Due to complicated structure of the input XML file, I am using <strong>Scripted Data Source</strong>. Now in <strong>Scripted Dataset</strong>, I need to open the XML file at the…