-
Managing users
<p><span style="color:rgb(33,33,33);font-family:arial, sans-serif;font-size:16px;">hello everyone , I want to manage the connection of customers birt . I have one restriction data to the connected client. I tried with the securit on data objects but this would require a data Object Store, but the problem is I want to have…
-
make dynamic column from parameter select
<p>Hello, </p> <p> </p> <p> </p> <p><span style="color:rgb(33,33,33);font-family:arial, sans-serif;font-size:16px;">I want to ask if it is possible to transform the parameters ( row) in columns </span></p> <p> </p> <p> </p> <p><span style="color:rgb(33,33,33);font-family:arial, sans-serif;font-size:16px;">With this query I…
-
Create two dimensional table
<p>Thanks, got i solved using cross-tab.</p> <p> </p> <p>Hello,</p> <p> </p> <p>I created a data set that joins the contents of two tables. The result data set now contains beside others two coulmns with short cuts and the full length name of some compounds used in projects:</p> <p> </p> <p>Short Full</p> <p>Ac <a…
-
Adding a tooltip to a Report Item Extension
<p>hi everyone</p> <p>first post...be gentle ;) </p> <p>I'm new to extending BIRT but have read through 2 great books, BIRT A Field Guide and Integrating and Extending BIRT.</p> <p>The RotateLabel/RotateText examples are great and have got me so far but I want to add a tooltip to my extension, can anyone point me in the…
-
iServer9 - Changing Windows service account
<p>Hi,</p> <p> </p> <p>We have an issue with our Actuate Iserver 9 that when it was initially installed this was set using our Domain Administrator account. As we are upgrading the windows OS we have reinstalled on a New server ( using the same account again) but wish to change this before moving it into production.</p>…
-
Accessing component name through fixed-layout.xsl?
Anyone know of a way to access the component name through the XPATH of /Page? I have printed the entire XPATH and I do not see the information. This returns the id: <xsl:value-of disable-output-escaping="yes" select="/Page/ComponentData/Component[@ID = $ComponentID]"/> Or is there a way to query a component Name, Display…
-
Multiple Orientation Issue
<p>I have a BIRT design which requires both Portrait and Landscape orientation. I use two master pages to accomplish it. The first few cover pages use the Portrait orientation. The rest pages for the Price Sheet are dynamically generated and use the Landscape orientation. The number of pages for the Price Sheet are…
-
Error While Overriding Presentation of Widget
Hi, VCM version of 8.1 SP1+Cumulative and use only appconsole. We have requirement to overide the presentation of text area cce widget and tried to get widget object in override jsp using code WCMTextAreaWidget wcmTextAreaWidget = (WCMTextAreaWidget) WidgetUtils.getWidgetFromRequest(request).…