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

emrizwan

Members
  • Posts

    13
  • Joined

  • Last visited

Community Answers

  1. emrizwan's post in how to add grand total in a cross tab report was marked as the answer   
    I've resolved this.
    the solution is set the measure function to SUM instead of Nothing
    thanks
  2. emrizwan's post in How to set image path in a web application was marked as the answer   
    I've found a workaroun for this where I don't need to install report server.
    I've created a parameter pImagePath and set  the image expression property as $P{pImagePath}.
    From my web application (ADF application) I am passing value to this variable as
    filePath=FacesContext.getCurrentInstance().getExternalContext().getRealPath("/images/company_logo.png");
    and in the reprt paramaters.
     m.put("pImagePath",filePath);
     
    hope this helps.
     
     
  3. emrizwan's post in how to pass lexical parameters to ireports was marked as the answer   
    I've found the solution to this
    the parameter should be defined as, $P!
    $P!{my_query}
    Refer to below link for more details
    http://community.jaspersoft.com/wiki/using-report-parameters
     
     
     
×
×
  • Create New...