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

sbrehm_1

Members
  • Posts

    3
  • 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 sbrehm_1

  1. Using Jaspersoft Studio, I have set a default value for a tableDataset Parameter and made this string/text paramater a part of my SQL query. The data for the table is correct based on the default, but I have set the 'Is For Prompting' flag to true yet never am prompted to provide input. How do I get the tableDataset Parameter to prompt me? (is this a known bug) Thanks for any guidance you can provide.
  2. Is anyone using JasperSoft Studio and/or JasperSoft Reports server with Sugar on Demand? If so, how does that work? -- https://www.jaspersoft.com/sugarcrm
  3. I created a simple table-based report, but have not had any success passing a parameter to the query for this table. My query does specify a parameter in its WHERE clause but the value never seems to get set when I attempt to do so using an Input Control. Here is my simple query: select AG.AGT_CODE_AR, AG.AGT_NAME_AR, AG.AGT_EMAIL_AR from FEED_BASE.AGT_WINDOW AG where AG.DSID = $P{DSID} My problem is that $P{DSID} is never getting set to the value I select via the Input Control. I have attached my file in hopes you can help me see where I am going wrong.
×
×
  • Create New...