-
Filter out data with one unique field and some equal fields
<p>Hello,</p> <p> </p> <p>I have some events, for example:</p> <p> </p> <p>sourceip, application, time</p> <p> </p> <p>1.1.1.1, ****, 2016-06-29 22:22:10</p> <p>1.1.1.1, yyy, 2016-06-29 22:22:10</p> <p>1.1.1.1, ****, 2016-06-29 22:22:20</p> <p>2.2.2.2, yyy, 2016-06-29 22:22:10</p> <p> </p> <p>I need receive this: </p>…
-
Dynamic Chart Size HTML (window.innerwidth/ width grid)
<p>I created a BIRT Report with a chart which should be displayed in fullscreen format in the Report Viewer. My problem is that charts don't use the auto layout. So I created a text field in which I can get the necessary information: window.innerwidth. Is it possible to store this value in a parameter to use it for…
-
[xCP] xCP/ACS and Trusted Content Services
Hello Experts, As far I know, xCP use ACS to serve contents. ACS retrieves contents directly from Documentum filestores, bypassing the content server. So, it seems that xCP is not compatible with TCS. Am I wrong ? Thanks in advance, Jean-Pierre FRANCONIERI.
-
Get DCR item from Page tag
Hi Experts, I have a requirement where in TagUI of a .page will have a "Get Region" button. Onclick of that button need to get the list of all associated DCRs attached to the component of the page. Then get the RegionCode item from all the DCRs and populate the values in multi-select check box in TagUI screen. Please let…
-
Custom Visualization Execution Phase
<p>Hi,</p> <p> </p> <p>Would like to know in which phase of the Report life cycle custom visualization gets executed. According to my experience till now, it looks like it is executing during rendering phase. Is this true. if it is? how I can make it execute during generation phase.</p> <p> </p> <p>The reason for this…
-
Birt Viewer
<p>Hello All,</p> <p> How to implement Birt Viewer in Java Spring Projects.</p> <p>Any code for that</p>
-
Using data cube tables leads to error "There is no report design object available"
<p>Hi,</p> <p> </p> <p>I'm using Eclipse with BIRT 4.2.2, and I find a (for me) strange behavior which I cannot fix.</p> <p>I created some simple reports with data cubes, displayed as tables. I tested them with the internal browser, they all worked fine. There are no special scripts inside, no parameters etc.</p> <p>Then I…
-
How to force JavaScript code
<p>Hello,</p> <p> </p> <p>I recently upgraded my 2.2 reports to Birt 4.5.</p> <p>In one of them this JS function is called:</p> <pre class="_prettyXprint"> String.fromCharCode(charCode)</pre> <p>Since the upgrade, it's not working anymore.</p> <p>Here's the error: (translated from french)</p> <p> </p> <div><span…
-
Need Widget to select Publishing Validation Policy
VERSION: 8.5 (Sent On behalf of client ) In the past we used to have three stages - Mgmt, Review and Live. When we click on Publish button (Not the advanced publish) it always opened a Dialog which allowed us to select the Stage and change the Publishing validation policy as needed. Default publishing validation policy was…
-
Can we use an optgroup in a parameter's select list?
<p>Is there a way to use an option group in a parameter's select list?</p> <p>What I want the parameter to look like is this:</p> <p>
-
How to use Bootstrap css in custom templates?
Hi, I need help to use Bootstrap css in my templates, how to do that, thanks in advance.