Jump to content
We've recently updated our Privacy Statement, available here ×

ravikirank

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Posts posted by ravikirank

  1.  Hi, 

    I am facing a peculiar issue after deploying my report in the Report Server.

     

    The  design of the report: It has a single paramater and a chart-pro (which is located in the Summary band)  other than these 2 there is nothing in the report.

    The Chart will be displayed in the 1st page of the Report.

    The reports runs fine when I run it in the FireFox. but failes when it is executed in IE. So I tried to  expand  the Summary band to the max and pulled the chart down in the design. So that it will be shown in the 2nd page.

    Now when I do this  the Chart is displayed in the 2nd page of IE and firefox. But this is not what I want, it should be displayed in the 1st page.

     

    Could someone help me in solving this issue.

     

    Regards

    Ravi 

  2.  Hi 

    I have a requirement of sending multiple values to the db2 procedure.

    I tried to use the Java.Util.Collection in the Add parameter options and used $X{paramter} in the Where clause of the procedure call.

    In Query if I use

     

    select * from test where  $X{ IN ,v_name,MyParam}

    but when I use the same in the procedure it will not allow. So how to pass multiple parameter list to a db2 procedure from iReports ?

    call  USP_SAMPLE $X{ IN ,v_name,MyParam}

    the above statement did not work. and gives and error message.

     

    Regards

    Ravi

×
×
  • Create New...