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

ddarz4u

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

Security Advisories

Downloads

Everything posted by ddarz4u

  1. I want to get url jasper calls when I run the report from context menu's 'Run' option. i.e I right click on the report -> then select Run option -> then fill the param values. Is there any way to get the url it is calling to generate report. Or any other way to generate the url for a report, with it's parameter
  2. Hi, I have a report with a simple quey to select all. String contents always encoding the whitespaces to '%20'. can you please tell me which properties to change in order to show this correctly. I tried using content type 'html', still the issue persists.
  3. I am trying to generate a jasper report using jasper server. I have uploaded the created report to server and created a parameter and an input control named roomId When I am calling report with a value, it works. But when the roomId is null, report is empty. Means it does not even have table headers. <parameter name="roomId" class="java.lang.Integer"> <defaultValueExpression><![CDATA[]]></defaultValueExpression></parameter><parameter name="roomIdTemp" class="java.lang.String" isForPrompting="false"> <defaultValueExpression><![CDATA[$P{roomId} == null ? "" : " AND T.ROOM_ID_01 = "+ $P{roomId} + " "]]></defaultValueExpression></parameter> Calling url http://localhost:8081/jasperserver/flow.html?...... to generate report. I am new to jasper reports. Can you please tell me whether this is illegal or not. Or am I missing anything.
×
×
  • Create New...