-
Crosstab add column with a difference
<p>Hello,<br> <br><span style="color:#212121;"><span style="font-family:arial, sans-serif;">How can I add a column in a crosstab , with the difference of two columns . </span></span></p> <p><span style="color:#212121;"><span style="font-family:arial, sans-serif;">Column 1 = 10 </span></span></p> <p><span…
-
Required OS and Browser for Documentum
Hello All, We're using Documentum WP 6.5 SP7. In our project, the client is planning to upgrade the OS (from windows 7 to Windows 10) and browser (from IE9 to IE11). I've read it in Documentum guides that we need windows 7 and IE 9 for WP 6.5 SP7 otherwise some of the features of the Documentum would not work as expected.…
-
Calling D2 delete operation from plugin
I have been working on trying to call the standard D2 delete operation from a custom plugin with no real luck. To be a bit more accurate I need to be able to reproduce the exact steps that D2 is performing a document is deleted. I tried calling the D2DestroyService with the following code: new…
-
how set vertion_label of a component in virtual document with DFS
Hi all. I'm trying to create virtual document with DFS and I need to explicitly set the version of a component. How can i do this with DFS? I'm trying to do it like this public void createVD(){ ObjectIdentity identity = new ObjectIdentity(); identity.setRepositoryName("repo"); DataObject packO = new DataObject();…
-
[Pareto] Filter on a runningsum column binding
<p>Hi guys,</p> <p> </p> <p>I created a Pareto report to display the quantity ordered on each product, and the cumulative quantity ratio, which is working perfectly. and the final results looks like as image1 as attachment.</p> <p> </p> <p>What I need to do now, is to add a filter to highlight only the 80 first percents,…
-
Get Page Count Failed error
<p><span style="font-family:arial, sans-serif;"><span style="font-size:10pt;">I am experiencing the error message ‘Get page count failed’ when trying to run a report via a web browser. The report outputs two tables and one bar chart. </span></span></p> <p> </p> <p><span style="font-size:10pt;">From problem solving this…
-
Finding/Tracking Variable Parameters
<p>Hi, I am still inexperienced with BIRT so pardon me if my question has a really simple answer. I inherited a report from a guy who left and this line appears on a dynamic text on the layout, </p> <p> </p> <p>if(reportContext.getGlobalVariable("system")== 1)</p> <p> </p> <p>I have, umm, difficulties finding where it was…
-
ContentTransferProfile.setDestinationDirectory() has no effect
G'day, I am using DFS6.7 SP2 SDK for Java (1.8) to fetch documents by object ID. By default the fetched documents are written to the system's temporary directory, e.g. /tmp on Linux. I have tried modifying this behaviour with the following transferProfile.setDestinationDirectory(destDir); The destDir I specify exists and…
-
What permission/configuration is needed for fetching documents using DFS?
G'day, I am fetching documents by object ID using the DFS code snippet below. On one of our servers (TEST) it works fine but on (PROD) the request blocks indefinitely - no error - just doesn't return. Is there some permission or configuration that must be enabled on PROD for this to work? Thanks, Chris. ---- final…
-
How can a give a dynamic default value to a selection widget
<p>Hello,</p> <p> </p> <p>I am working on a dashboard with a selection widget (combo-box) that is based on a query with Row Level Security in a .DATA file that is weekly refreshed. In this selection widget only the client are shown for which the logged in user has authorization. For almost every end-user there are…
-
Decode based off a table within Database
<p>Hi,</p> <p> </p> <p>In our database we have a codes and descriptions table which is a conversion of all the databases technical terms and abbreviations to simple English, like for example M is to Male. Is there a way to use this to clean up the abbreviated codes of columns such as gender? I understand that the decode…
-
How to download csv file with link only
<p>Hi All,</p> <p> </p> <p>Anyone know how to download csv file from link only and not from toolbar in birt viewer?</p> <p> </p> <p>I can download excel file with this link, add in additional &__format=xls at the end of the link </p> <p><a data-ipb='nomediaparse'…