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

ajinkya_c

Members
  • Posts

    379
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Posts posted by ajinkya_c

  1. Hi ,

    Can you provide any screenshot which may give more clearification and if problem is that you can not able to see crosstab properly on report then you may increase report width at maximum so that crosstab able to see properly on horizontal report as well.

    Please mention exact issue.

    Thanks,

    Ajinkya

  2. Hi,

    you can create report with iReport and deploy on jasperserver or you can directely create report on jasperserver through domain.

    1. Static reports based on iReport

    2. Adhoc reports based on Domain

    These two main way of report generation and another way is to create OLAP based report through jasper analysis workbench.

    Based on your reporting requirtement you can choose any one of them.

    Thanks,

    Ajinkya

  3. Hi Emily,

    You can do drill down in jaspersoft using hyperlink but hyperlink work with jasperserver based reports which you can publish through iReport or jasper studio. You can pass parameters to another report or same report through theough hyperlink and then pass these parameters to your input controls and then it works as drill down report.

    Thanks,

    Ajinkya

  4. Hi,

    This can be possible with optional prompt.

    For example if my database is oracle then i create my optional propmt(input controls) like if i provide startdate and enddate then it takes these value to the where conditiion, if user not provide values, that is startdate enddate null then my where condition is like Startdate=(next_day(sysdate,'SUN')-7) and Enddate=(next_day(sysdate,'SUN')). similarly use date function of respective database to findout sunday dates. 

    You can manage these two where condition based upon starttdate and enddate input control null or not null. Use P!{} parameter for optional where condition.

    Hope this may help.

    Thanks,

    Ajinkya

     

  5. Hi,

    Create parameters which holds multiple values like parameter with datatyoe java.util.collection or java.util.list and asssign the value of parameters as field.

    So that you will get all the values of field to parameter and map this parameter with your other dataset parameter.

    Hope this helps.

    Thanks,

    Ajinkya

  6. Hi,

    You can pass the value by using parameter of main dataset to subdataset parameter.

    Open the properties of table where you have to select datasource for table on same window you can provide the main parameter value to subdataset parameter.

    Hope this helps.

    Thanks

    Ajinkya

×
×
  • Create New...