-
Content Transformation Services Installation
Hi All, We are trying to install Content Transformation Services. But it gave error like system can not find given path below. But installer does not allow to change the path. How can we change dfc and other paths?
-
Working with zip-files | Collab 8.0.2 - python 2.2
Hi, We are using Collaboration 8.0.2 (Python 2.2) and I've create a Dropbox-custom object where users upload zip-files which need to be extracted onto Collaboration to a designated location with a designated owner. I've been doing it before using a Windows share and csv-file, so I *think* I already have most of the code…
-
Using non serializable objects in pojo data set
<p>In all of my reports I use IPojoDataSet implementations that return arbitrary java objects. None of those objects implement Serializable interface. So far I had no problems with such approach. Things changed after I switched from viewing my reports with <em>run</em> servlet to <em>frameset</em>. Now I would always get…
-
context menu (right click) to display properties
hi, i am new to documentum wdk. i want know how to use context menu for right click on object. from wdk development guide i am getting concepts with how to implement right click for properties. Can anyone help with steps to implement context menu for right click on obect to display its properties. Thanks
-
Show only the last DataPointLabel on a lines chart
<p>Hi!</p> <p> </p> <p>I'm trying to get a line chart with multiple series where only the last point (the rightmost one) is shown. So far I have had partial success with a script:</p> <pre class="_prettyXprint _lang-js"> dpSize = 0 cnt = 0; function afterDataSetFilled( series, dataSet, icsc ) { dpSize =…
-
Latest benchmarks for Documentum
Hi. I am working for a client where we are looking for selecting a content management software. Documentum is one of the option we are looking at. We need some latest benchmark details to narrow down the options. Can some one please provide some benchmarks - internal or external? We are looking at like 10,000 users - 5-10…
-
Cross Tab - Chart - Excel Issue
<p>I'm using a Data cube as datasource for the charts. Those Charts when exported to excel don't get displayed in Excel. It displays the chart has no data. But when exported to PDF, the same charts work in PDF version of the report. I'm using BIRT 4.2.3.</p> <p> </p> <p>No exceptions or errors.</p>
-
summary field data cube distinct count
<p>Hello.<br> </p> <p>I have a dataset and then i create a datacube from that dataset.</p> <p>In my dataset I have rows with the same value, what I need is a measure that counts ONLY the distincts values. but on the functions DISTINCTCOUNT does not appear, it only has sum , last, min, count . </p> <p> </p> <p>How can I do…