I have a following problem: I have a birt report that is used to print detail according to input parameters(of 1 company). Normally, it runs ok.
Now i use a FOR loop (List of company) under that function to generate a list of reports using input parameters(of in turn company). Reports are separated according to compayId.
But when run that function there is only first report of the list that is generated.
What is error?.
Now i use a FOR loop (List of company) under that function to generate a list of reports using input parameters(of in turn company). Reports are separated according to compayId.
But when run that function there is only first report of the list that is generated.
What is error?.
Comment