-
CrossTab Columns Cutting Off In Exported PDF
<p>Hi,</p> <p> </p> <p>I am using Eclipse BIRT Designer Version 4.4.0.v20150710-0101<br> Anyone know why the crosstab is not showing completely when I export the report in PDF format?</p> <p> </p> <p>Actual Data</p> <p>
-
HTML5 chart interactivity to filter crosstab
<p>Hello,</p> <p> </p> <p>Does any one has sample example to filter crosstab with chart interactivity?</p> <p> </p> <p>Thanks in advance</p>
-
Can't override onInit method on VDMList. Please help!
Hello! I am working on this project where I want VDMList component to display only certain documents using dql. However, I am not able to override my code on the onInit method of the VDMList class. See code below: public class CustomVDMList extends VDMList{ public void onInit(ArgumentList args) { super.onInit(args);…
-
Cascading parameters issue
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">Has anyone ever ran into issues with cascading parameters in BIRT , where it interferes with other jquery on your page,</p> <p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;"> </p> <p…
-
Continuing a table on a separate page
<p>My client had me create a fixed layout form which will be used for printing checks. There are two sections on the upper portion of the page which will hold invoice and expense tables. They have a fixed area of 3''. Both these areas will hold identical tables. The bottom of the first page will be the check itself. Any…
-
Dynamic date on Plateau Report Designer 4.4.1
<p>Hello Experts,</p> <p>I am trying to default date dynamically so I can use it in "select" query for comparison. I want to run the report 1st of every month to pull the history two months prior. So for example, in 1st April of 2016 It would pull only courses completed for February 2016.I am planning to use JavaScript to…
-
Hight specific text in colour in a plian text displayed in Lable or Text
<p>Hi Team,</p> <p> </p> <p>I have some plain text which needs to be show in the report. I am using Text or Label element to display the plain text. My requirement is that i need to display some specific words in yellow colour. When i try to highlight the specific text and change the colur, the entire text is changing to…
-
Guest user is not configured
I am using a Community Services comment and am setting the anonymous user or guest this way <input type="hidden" name="<%=CommunityComponentConstants.PROP_SOCIAL_ANONYMOUS_USER_NAME%>" id="<%=CommunityComponentConstants.PROP_SOCIAL_ANONYMOUS_USER_NAME%>_${feedbackUID}" value="<%=user%>"/> It was working fine for awhile,…
-
Birt.war Report Viewer VS Birt Interactive Report Viewer
<p>Hi,<br><br> Is there any way to get BIRT full interactive report viewer like in the following image</p> <p>
-
Disable In-context Editing for ALL sitepub components
Is there a setting to mass disable in-context edits for all site publisher pages/components without having to edit the component code? We have noticed an issue since 6.7.2 (still in 8.1) where any $URL_PREFIX within the textarea gets replaced with "/iw/cci/meta/no-injection/iw-mount/default/main/*" just from the simple…
-
Parameterizing "ticketprint.rptdesign" out of the box report
<p>Hello all,<br> </p> <p>This particular report is under the SR folder in the OOTB reports.</p> <p> </p> <p>I've been trying to make a report parameter for this out of the box report that will allow me to view/print the ticket details for individual tickets. As is, this report will display the details for every ticket in…