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

k.walkowski

Members
  • Posts

    1
  • 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

Everything posted by k.walkowski

  1. Hi. I am trying to get a default parameter value from database. First i created two parameters: p_id and p_id_default - both type set to "Single Value". I've set p_id default value expression to: $P{p_id_default} and p_id_default default value expression to: 5 It works fine, when i run report, both values are set to 5. Then i've changed p_id_default type to: "Single Select Query" and configured this parameter to fetch 5 from database. Now p_id_default equals 5, but p_id is NULL. What is the reason? Is p_id_default value calculated to late? How can i fix it?
×
×
  • Create New...