-
maximo link
<p>Hi all,</p> <p>does anyone has a sample of maximo report where to have a external attachment to the report?</p>
-
Automatically show only data from today at 8:30pm to tomorrow at 7:00am.
<p>I'm having a really hard time trying to figure this one out. </p> <p> </p> <p>I currently have a report that, when run, will show a worker's schedule for today. I have a parameter that sets the schedule_date equal to BirtDateTime.now()</p> <p> </p> <p>I have a team of night shift workers who need to see their schedule,…
-
Dynamically changing the map type
<p>I have a BIRT report that uses the Map report item to display some regional information. Is it possible to change the type of map through scripting?</p> <p> </p> <p>I tried looking through the api document provided here <a data-ipb='nomediaparse'…
-
Aggregation in web studio
<p>If there is a use of aggregation function on multiple groups,</p> <p>like shown below for exception report which has 3 groups (Employee Id, Employee Name and Exception type) and aggregation is applied on Exception Hours, the aggregation value is visible 3 times (as highlighted).</p> <p> </p> <p>The number of times the…
-
Nested table in birt web designer
<p>i have to design report using the birt web studio. Seems like it has very limited features.</p> <p>Need help if nested tables can be used in report design using birt web studio?</p> <p> </p> <p> </p>
-
Adding elements from library throwing error (Grid is child element or a virtual element( inside the
<p>Hi BIRT Guru's,</p> <p>I have blank rptdesign and all my elements are in library. I need to add the elements from library at runtime(based on parameters).</p> <p> </p> <p> </p> <p>In my library i have one grid(1 row, 1 column) and a label with some text.</p> <p> </p> <p>I am adding the libraries at runtime to the report…
-
BIRT 4.7 MongoDB DataSource Ping Problem
<p>Hi,</p> <p>I'm having serious problems to get a report from a mongodb. I've got this process that's inserting data into a mongo collection and I want to render it in a report using BIRT community</p> <p> </p> <p>With Eclipse Neon2 and with mongo server 3.2 and later 3.4 I was finally able to render in design view (I had…
-
Prepared Statements
<p>Hi, pardon my ignorance if this is actually simple or/and basic but I am really curious.</p> <p> </p> <p>I stumbled across an old report that my mentor (who already left) wrote. It uses a statement "date(wo.actfinish) between ? and ?" in the script. A little googling about the questions marks led to prepared statements…
-
emc-cmis.war file not available in Documentum 7.1 Trial Download
Hi, I have downloaded trial version of Documentum 7.1 developer edition and finding emc-cmis.war file is not deployed when I start documentum server.. Please let me know where I can find emc-cmis.war file on the image OR can I download it from somewhere else? Regards Srinivas Velidanda
-
How to create progress bar using bar graph in BIRT
<p>Hello Team,</p> <p> </p> <p>I want to create progress bar ,</p> <p>my scenario is that there are six phases in a project ,</p> <p>show the status of all phases in one bar,</p> <p>each phase has is own color,</p> <p>phases value increasing on count suppose particular phase get 100%value then it shows green color each…