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

nthapa

Members
  • Posts

    91
  • 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 nthapa

  1. you can setup report to use domain topic that are staged.. so when you run your reports, it can use staged data. but you can use staging in jaspersoft studio.
  2. You can view the items that are being cached from

    Server settings->adhoc cache. You can even clear it from there if that works for you.

    I would like to know more about the input controls  Could you give more details on sql that each of the input controls run? Unless same user, uses same sql with same parameters that shouldnt really be happnening. Would help us to identify the issue with more information.

  3. Please go through this link

    https://community.jaspersoft.com/documentation/jasperreports-server-ultimate-guide/v55/roles-users-and-profile-attributes

    JRS has feature called profile attribute in which different values be defined for attribute at different level (server, tenant, user). I am not 100% sure if this will solve your problem but this is worth a look. The link is for v55 but 6.0 and beyond presents more addition to the feature. Those attributes can be used in datasource/domain/adhoc/filter as of amber -2. (which is the work in progress) 

  4. Yes, it is possible but you will need a bit of work. I will summaries steps below:

    • Frist create domain with all the filters that are to be applied.
    • Export the domain (server settings->export)
    • Unzip the file
    • Find schema.xml.data, you will see line such as <filterString>users.first_name == 'Will' and users.first_name == 'Jim'</filterString>
    • Replace and with or
    • zip it back and import it to JRS

    Thats it! you are ready to go.

    Easier way would be to add those filters in adhoc viewer. :)

    HTH

     

     

     

×
×
  • Create New...