-
Promoting LifeCycle of a document Using Rest Services in Documentum 7.2
Is it possible to Promoting LifeCycle of a document Using Rest Services in Documentum 7.2 and how?
-
Actuate Data Analyzer - Filter Not Working
<p>I have created the html to display a Actuate data object using the Data Analyzer in our local Application. I have a need to filter the data based on a column in thedata object called "AGENCY_CODE'". The data object displays fine using the Data Analyzer, until I reference the filter. The a blank screen.displays. The…
-
Filtering BrowserWidget
Is there a way to configure a user-definable filter for a BrowserWidget in D2? I.e. if I have a list of folders like this 0001002 0001032 0001033 0002012 0002032 0002034 0004002 0005002 0005032 But the user only wants to see folders beginning with 0002* -- is there a way that filter can be set up (where the user can enter…
-
Importing files in Documentum using a standalone code not working
Hi all, I am trying to create a standalone application where I can import files in documentum server. But I am getting the following error.Kindly help to rectify it. public class LocalToDocumentum { IDfSysObject sysObject = null; static IDfSession idfSession = null; static IDfSessionManager sessMgr = null; public…
-
How to Show/Hide Virtual Attribute based on Groups
Dear All, In CCE widget we have option to restrict Widget access by User Groups. Similarly we want to restrict (Enable) FURL field only to WebMaster groups. Kindly please let me know is there option to achieve it. Thanks Jay
-
D2 and continuous integration. Anyone?
Hi all, Is anyone doing continuous integration with D2 app? I would like to know how people are handling patches! Regards Alain
-
Filter SQL Server query with mysql query results
<p>Hi guys, believe me I've been trying the last week to achieve this using differents solutions that have already been proposed in this forum.</p> <p> </p> <div><a data-ipb='nomediaparse'…
-
Motion Graph
<p>Hi,</p> <p> </p> <p>Can you share more motion graph examples if you have please?</p> <p> </p> <p>I found one example below link.</p> <p> </p> <p><a data-ipb='nomediaparse'…
-
Page number only increments after a new list
<p><span style="font-size:12px;"><span style="font-family:arial, helvetica, sans-serif;">Hi guys,</span></span></p> <p> </p> <p><span style="font-size:12px;"><span style="font-family:arial, helvetica, sans-serif;">I'm trying to add page numbers to my report. Set up right now: </span></span></p> <p> </p> * <span…
-
improve Performance
<p>Hello,</p> <p> </p> <p>I need your help please. I designed a cross tab report. This report has n pages and is shown on a flat screen.</p> <p>With a script the report jump every 36 sec (22000ms) to the next page. And every 15 min. I would like to reload the report (if data changes).</p> <p> </p> <p>For this I use…
-
Install iHub successed, but birt ihub can not startup.
<p>Dear all.</p> <p>I install iHub (syscontrol & Birt iHub) successed but only Syscontrol startup, birtihub can not startup,</p> <p>the detail in the logs file. pls help me resolve it.</p> <p> </p> <p>[@ip-172-31-45-209 iHub3]$ ./install.sh<br> Install will start now...<br> [echo] Downloading from given file system…
-
parameter usage
<p>Hi Friends</p> <p> </p> <p>i am new on birt reporting and trying to get birt report parameter. but it doesnt work for me. i dont know why and pls see my rptdesign file. i am having a paramater named "year"</p> <p>report works fine without any parameter</p>
-
Sub Report not displaying bound column
<p>Hello,</p> <p> </p> <p>I have been battling with a relatively simple problem but for the life of me I cannot quite work out how to resolve it.</p> <p> </p> <p>I am just trying to create a very simple report with a sub report that displays 1 column based on the output from the master report. I am into day 2 of my BIRT…
-
Change Pie Chart Color in Dashboard
<p>I'd like to know if it's possible to change the pie chart category colors in the dashboard editor in iHub 3.1.1</p> <p> </p> <p>At the moment, I have two categories. The 'Yes' category is orange, and the 'No' category is green, which is the exact opposite of what I want. Any tips on a fix?</p>
-
Aggregate on hour
<p>I need to aggregate data that is collected every 30 seconds by hour. There is a datetime field in the row but I need to know how to strip the hour field out</p>
-
calling Public Search using External widget in D2
I am trying to call one of the saved search in D2 using external widget upon click of a button Action : D2_ACTION_ADVANCED_SEARCH parameters : oam_id : 'id of the saved search' While executing the behaviour it is launching the OOTB Advanced Search Dialog rather than my instance search. I have tried the option of calling…
-
Custom report / script
I'm trying to build a utility so non-TeamSite users can get a report of expiring content. I could do it on our LiveSite servers but would rather have it running on our TeamSite server. Two questions: 1) where can I put it? 2) what is the URL to use to hit it?
-
Designer perspective tabs
<p>Quick question about the tabs in the layout editor. Somehow, the tabs are not in the same order as when I first installed. They're now (DesktopViewer (prototype), Layout, Master Page, Script, XML Source. Is there a way to change the order so I can have Layout as the first tab ? I tried looking at all of the preferences,…
-
Aggregate on fields
<p>Hi,</p> <p>I am new to BIRT report designing. I am facing a problem in displaying aggregate data. I am attaching a sample report design file (Sample.rptdesign) and its data set (SampleData.xml) and explaining the requirement here.</p> <p> </p> <p>As seen in the report in the first table there are records like :</p>…
-
After upgrading to BIRT 371, Preview doesn't work
<p>After upgrading to Maximo 7.5.0.6 & BIRT 3.7.1, I have been unable to get the Preview to work. When I run a preview, I get the usual parameter prompts (I'm running IE 9), and the preview starts, but it sits there indefinitely with "Processing ... Please Wait".</p> <p> </p> <p>I'm not getting any clues from the Eclipse…
-
OD 8.2.x java.rmi.ConnectException Errors
Has anyone else had issues in a Multi-NIC Environment, changing the "Deploy.rmiServerBind:" option in the "deploy.cfg" file to an address other than the default localhost startup. IP or Hostname. Every time we change it to any NIC other than the default at startup, we get the follwing error. tested on both Windows 2008 &…
-
Is there a wild card option in expression builder or suppress.
<p>I am trying to suppress some fields in a row if the first field contains 'NP'. such as.</p> <p> </p> <p>field1 == '%NP%'</p> <p> </p> <p>I also want to use this as a filter in an aggregate group total to exclude the row from the group total.</p> <p> </p> <p>How can I do this ?</p> <p> </p> <p>Thanks</p> <p> </p>…
-
Spaces in name - Link images
<p>Hi</p> <p> </p> <p>I have a field in database where I have the name of images. My problem is they have spaces (field and images) in their names (ex: "9 street ssdcfvg"). Also, I have some with french accents (é, etc.)</p> <p>So, I'm not able to link these image in my report (because...<span>%20...?)</span>. What can I…
-
is it possible to import a MS word template to BIRT?
<p>Hey there, <br> as the title says, is there a way so I can import a word template, modify it and then export it back with the new values?</p> <p> </p> <p>I apreciate your help.</p>
-
Using the same parameter across 2 DataSet
<p>Hi,</p> <p> </p> <p> </p> <p>Currently I have a report that consists of 2 Charts.</p> <p>Each Chart is call from its own DataSet with 2 Parameter (Start Date and End Date)</p> <p> </p> <p>I want to know if it is possible to call the same parameter (@startDate and @endDate) to across all DataSet parameter</p> <p> </p>…
-
folder predicate 2.0
Hi all, Wouldn't it me nice if we could do this; folder(subquery) In a DQL that is. Cheers Alain
-
Problem with linking employee ID's to their names
<p>I have fields from three tables I'm trying to join together. </p> <p> </p> <p>Daily_Assignment.shop_person</p> <p> </p> <p>Work_Order.editor</p> <p> </p> <p>Human_Resources.employee_id</p> <p>Human_Resources.first_name</p> <p>Human_Resources.last_name</p> <p> </p> <p> </p> <p>These fields all contain an identical…
-
BIRT Crosstab Column-Area Grand Total Repositioning
<p>I need to place two of the columns in 'before' position and rest two in 'after' position. But I am forced to put them all together under Grand Total head either in 'before' or 'after' position. Please help me with any configuration to solve this or script for manipulating the columns positions in the cross-tab. Please…
-
Using parameters in views
<p>Hello,</p> <p> </p> <p>I need a little help with a query.</p> <p>I have a 2 views and a select:</p> <p> </p> <div> <p><span style="font-family:arial, sans-serif;"><span style="font-size:10.5pt;">testCTE AS</span></span></p> <p><span style="font-family:arial, sans-serif;"><span…
-
xCP 2.2 custom UI event published on resultlist doesn't work.
I have a resultlist called "Applications" I have a page scope UI called "Applications cell click" with 2 variables "ApplicationID" and "Decision" On the resultlist(Applications) i publish this UI event(onCellClick) and set the "ApplicationID" and "Decision" variables with certain selected row attributes WITH a condition…