-
How do I make the report default to run as an excel file?
<p>I am making a report to be run in a CMMS, specifically AiM created by Assetworks.</p> <p> </p> <p>So far, when a report in AiM is run, it defaults to pdf form, but can be changed to xls by adding "<span style="color:rgb(36,39,41);font-family:Arial, sans-serif;font-size:11.5pt;">&__format=xls" to the URL. I talked to the…
-
Eclipse BIRT, SQLserver and MacOs
<p>Hello,</p> <p>I'm new birt user, i use macbook pro with mac os X 10.11.6.</p> <p>The java version is:</p> <pre class="_prettyXprint _lang-"> java version "1.8.0_102" Java(TM) SE Runtime Environment (build 1.8.0_102-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.102-b14, mixed mode) </pre> <p>Eclipse version is:</p>…
-
Using \ in a query.
<p>Good evening!</p> <p> </p> <p>I would like to know is there a way to use a backslash \ symbol in a query of a report?</p> <p> </p> <p>I need to combine results of a query in one cell, for this I am using the next statement:</p> <pre class="_prettyXprint"> sum(decode(DAS.C_APPEAL_SUBJECT,3,1,0))||''\''||sum( case when…
-
RE Help - Error 500 (MOValidationError)
Hi Jayaram, Looks like this is an issue with the FURL link being crated for “bootstrap.min.css”. As we know all the links will be treated as FURL link will get evaluated as per the URL Scheme configured for the site. Looks like “'themes' is being created in place of language in FURL link. Please check and configure FURL…
-
Use Fonts on CMIS
<p>Dear all,</p> <p>I am currently developing a small application which is to be hosted on a cloud space (platform as a service). As you can imagine there is no way of accessing the filesystem on the cloud platform. However there is a CMIS service available for the cloud platform. I want to be flexible regarding the report…
-
Help - Error 500 (MOValidationError)
Hi, For Every Page hit, we are getting below errors in catalina.out log. After long analysis found that this is because of "bootstrap.min.css". Anyone using bootstrap.min.css and how to avoid this error. Kindly please help on this. Thanks Jayaram [2016-08-08 11:35:46,802][ERROR][ java.lang.Class][http-bio-9090-exec-10] -…
-
Page Break Error in PDF
<p>Hi everybody,</p> <p> </p> <p>I'm having problems with the page breaking. BIRT appears to put too much content on a single page which then extends to the second page.</p> <p> </p> <p>I made a report with a size of three pages in the HTML output. But the PDF export then is five pages. The Word export works. Both the PDF…
-
Y axis series grouping using DEAPI inside beforeFactory
<p>Hi, </p> <p> </p> <p>Can someone please help me on how to implement the following solution provided by Pierre Richer</p> <p>using BIRT DEAPI?</p> <p> </p> <p><a data-ipb='nomediaparse'…
-
ACC Taxonomy hierarchy in LSDS
Do you know if there's a way to get the Category hierarchies (ACC Taxonomy) in LSDS for display? e.g. a Tree navigation based on the Category hierarhcy created in ACC Taxonomy? the LSCS api provides a list of categories, but it's not in a hierarchy format, we have to use LSCS query for each category to get its details and…