-
I want to archive documents in documentum.
Hi, I want to archive documents which have not been modified for "x" years in documentum to some external cloud storage for saving disk space on server.How can i achieve that. Please help.
-
Filter options display in excel report
<p>Hi,</p> <p> </p> <p>I want to display filter options in excel report using Birt 3.7.1 version.</p> <p> </p> <p>I have attached reports with rpt file also.</p> <p> </p> <p>could you please help on this to resolve the issues.</p> <p> </p> <p> </p> <p>Regards,</p> <p>Patra</p> <p> </p> <p> </p> <p> </p> <p> </p>
-
Crosstab Report - Rows/Column Changes Based on User Input!
<p>I want to design crosstab report with <span style="color:#0000cd;"><u>two Dropdowns being displayed on the report page</u></span> for the user to make selections.</p> <p> </p> <p>Dropdown1 item has values: Year, Quarter, Month</p> <p>Dropdown2 item has values: Gender, Country</p> <p> </p> <p>When I select, Dropdown1…
-
How to fetch data set column values in BIRT chart Script OnRender function beforeDrawDataPointLabel
* Hi, I want to fetch data set column values in OnRender Chart script is it needed to set global values if yes please let me know how to fetch ? also about data set column not declared in table/cross-tab 。 <p> </p> * <span style="color:rgb(36,39,41);font-family:Arial, 'Helvetica Neue', Helvetica,…
-
Eclipse BIRT orRender Chart Script function Can't find method org.eclipse.birt.chart.model.dat
* Hi, I'm trying to displaying Chart minimum , maximum and average values but I can't able to render output I'm always getting bellow error how to debug chart script ? * Can't find method org.eclipse.birt.chart.model.data.impl.NumberDataElementImpl.create(null) <p>OnRender Chart Script Code :</p> <p> </p> <div> <pre…
-
Crosstab with Dynamically Changing Rows/Column values!
<p>Hi All,</p> <p> </p> <p>Let me put my requirement first:</p> <p> </p> <p>Create a common data model with direct/calculated measures and dimension.</p> <p>1 report which uses the above model and has a Crosstab along with 50+ filter prompts and 2 dropdown selections.</p> <p> </p> <p>Let me explain the dropdowns first:</p>…
-
Create HTML using iwgen
I am trying to create html from command line via iwgen CLT. DCT is xml type and Presentation template is XSL. The generate button on the DCR is able to generate correct HTML using the same xsl however when I try to generate via command line using iwgen , the html file being generated contains the full dump of xsl . There…
-
How do you add Filter to a table/list during the runtime
<p>Hi, </p> <p> </p> <p>I need to add a Filter to a table during the runtime. </p> <p>I am using the basic setup:</p> <div> <pre class="_prettyXprint"> TableHandle th = (TableHandle) DesignHandle.findElement("Table") FilterCondition fc = StructureFactory.createFilterCond(); fc.setExpr( "row[\"something\"]" );…