On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.
Discussions
Methods to join Master-Sub-Report with Conditions
Hello! In another Thread i asked how to join master-Sub-Reports with conditions. Now i have a result. This is it: Join Nr. 1: { if (row._outer["FUNDSTRUCTTYPE"] != 4) { row["FUND_07_HB"] == row._outer["FUND_07_NB"] && row["ACCIK"] == 1 } else row["FUND"] == row._outer["FUND"] && row["ACCIK"] == 2 } Join Nr. 2: { if…
Main-Subreport-Join with filter-conditions
Hello! I have to transfer a crystal report to birt. Between the mainreport and the subreport of the crystal-report there the following conditions: if {?Pm-FUNDS.FUNDSTRUCTTYPE} <> 4 then {FUNDS.FUND} like left({?Pm-FUNDS.FUND},7) & '*' and {GLHOLKEYS.ACCIK} in [1] else {FUNDS.FUND} = {?Pm-FUNDS.FUND} and {GLHOLKEYS.ACCIK}…
Difference between iServer(iPortal) and iServer Express ?
Hi! Which are the differences between iServer(iPortal) and iServer Express ? Two differences i find out: 1. In iServer Express is only one volume possible 2. Open Security sin't possible Are there mor differences? Thanks, Mario
Chart lost connection to library
Hi all! I have a library with a chart. I use the chart in a report. Changes in the library-chart are send to the report-chart. No i customize the report-chart, i.e. the title. After this, no more changes in the libryry-chart were send to the report-chart. Any connection lost :-( Any ideas to this problems? Do i something…