-
Changing Time zone and Language setting in iHub
<p><span style="font-size:12px;"><span style="font-family:arial, helvetica, sans-serif;">Hi Team,</span></span></p> <p> </p> <p><span style="font-size:12px;"><span style="font-family:arial, helvetica, sans-serif;"> How to change default time zone and language in iHub. I have edited web.xml file as below but UK time zone is…
-
Is there a way to see the .xml code after modifying .rptdesign at the runtime?
<p>Hi, </p> <p> </p> <p>Is there a way to see the .xml code after modifying .rptdesign at the runtime?</p> <p> </p> <p>For example, I would design the report through GUI. This design would correspond to the xml code that I can see from XML tab. Now suppose, at a runtime, I modify the structure, ie add/remove elements. Is…
-
How read XML Joint Data Set
<p>Using Birt 4.3.1, I have a XML Data Source.</p> <p>I've defined some <u>Data Sets</u> and some <u>Joint Data Sets</u>!</p> <p> </p> <p>Only the simple Data Sets offer me scripts for e.g. onFetch().</p> <p>But only in the Joint Data Sets I've the full data, as I can see in Preview Results.</p> <p> </p> <p><strong>How can…
-
Using dynamic xml to generate reports at runtime
<p>I'm the first to admit I'm rather new to Birt, but I have the requirement whereby I need to supply the xml data for a report design at runtime. I have completely failed to find a decent, complete coded exmaple of achieving this. I kinda know I need to setup a contextMap for the AppContext and add it to a run and render…
-
Get Layout details from XML
<p>Hello,</p> <p> </p> <p>I'm wondering if it is possible to get layout details from the XML source.</p> <p> </p> <p>Example:</p> <p><text>This is a <b> bold </b> text </text></p> <p> </p> <p>Is it possible that BIRT uses the bold tags and designs the text with elements like this?</p> <p> </p> <p>I tried creating a dynamic…
-
Change datasource of .rptDocument at runtime
<p>Hi,</p> <p> </p> <p>i'm currently building a Birt-server in Java using multi-threaded socket-based communication with separate run and render tasks.</p> <p> </p> <p>My question: is it possible to change the datasource of a .rptDocument at runtime?; An XML-datasource to be more specific... The XML-datasource structure is…