Jump to content

mattmb

Members
  • Posts

    3
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Posts posted by mattmb

  1. You may use a java expression like the following in a textfield of your header:

    (  (  null != $P{User Name }  )  ||  (  null != $P{User ID }  )  )  ?  "Filter by:" +   ( (  null != $P{User Name }  ) ? " User Name- " +  $P{User Name }  : "" ) +
    ( (  null != $P{User ID }  ) ? " User ID- " +  $P{User ID }  : "" )   : ""
     

×
×
  • Create New...