Comments
-
Hi wenbin,<br /> <br /> I did as you told me by typing the image URL in browser too see if the reverser proxy can direct the request, and I did work.<br /> <br /> <a class='bbc_url' href='http://192.168.14.161:8080/WebViewerExample/birt_161.jpg'>http://192.168.14.161:8080/WebViewerExample/birt_161.jpg</a><br /> <a…
-
Hi all,<br /> <br /> Since I did not mention in my previous thread that I was developing this report using reverse proxy (Apache -> Tomcat), I found the solution for this problem (session timeout). (sorry about that 8-) )<br /> <br /> So I added these after enable proxy module in my apache:<br /> ProxyPass /report/ <a…
-
<blockquote class='ipsBlockquote' data-author="crowt999"><p>Hello all!<br /> <br /> --- deleted ---<br /> <br /> In some cases, the XML will not have a stub set of data, and look like this:<br /> <br /> <?xml version="1.0"?><br /> <INDEX><br /> <FUND>22984</FUND><br /> <PORTFOLIO_NAME>TEST </PORTFOLIO_NAME><br />…
-
Hi,<br /> I hope these links will help you:<br /> <a class='bbc_url' href='http://www.eclipse.org/birt/phoenix/tutorial/basic/basic11.php'>http://www.eclipse.org/birt/phoenix/tutorial/basic/basic11.php</a><br /> <a class='bbc_url'…
-
Thanks for your replies. I will try as both of you suggested, and hopefully come out with something. -Laurent
-
Guys, any idea? Thanks! -Laurent
-
Hi all, Does anybody any pointers about this issue? Thanks! -Laurent
-
Thanks for your help, Rob. -Laurent
-
One more thing, the SUM works if I preview it birt viewer, but not in eclipse. Thanks! -Laurent
-
Following my previous thread, I found something interesting. I have 1040 records as the result of the query, and I assigned it to data set, let say payment_amount. So, when I displayed that payment_amount, and I clicked "Preview" tab, it does not show 1040 records, and the SUM of that I get by using…
-
Hi Rob,From what you explained it, will the parameter(s) be mandatory? Is it possible to make the parameter(s) optional, meaning, if user does not enter any value of the parameter(s), it will display all the records.Please advise.Thanks!-Laurent
-
Hi Rob,Again thanks for your advice.Actually, what I want is to change the banner of web viewer.I have different question, I don't know whether I have to create a new thread or not.Anyway, I am getting this error:PM org.eclipse.birt.report.engine.executor.ExecutionContext evaluateSEVERE: invalid flag after regular…
-
Hi Rob,Thanks for your reply.I did use parameter before. I don't why I changed it to reportContext.Anyway, I found the solution.queryText = "SELECT * FROM display_student() WHERE student_id = '" + StudentId + "'";Thanks!-Laurent
-
Sorry, I am going to re-post the same question, because the beforeOpen method was not able to display:Hi all,I have a question about queryText.Here is the problem that I have.I have <oda-data-set-extensionID="org.eclipse.birt.report.data.oda.jdbc.SPSelectDataSet" name="StudentId" id="11">, and inside this element I…