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

dasari16

Members
  • Posts

    11
  • 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 dasari16

  1. I am trying to add a data source for remote XML File in Jasperserver (Repository Navigator of ireport designer), unless until i cant create a data source i cant create an input control of type Single Select Query / Multi-Select Query. Available datasource type's in jasperserver are JDBC, JNDI, Bean Data Source, Virutal Data Source, Hadoop-Hive Data Source, MongoDB Data Source. Even i am unable to "import from ireport". Any help will be highly appreciated.
  2. Hey the above solution which is provided is not working for me. The same issue that i am facing. Here is how i tried $X{IN,(c.id)::varchar,company_m1} and i did tried with ::int Can any one help me in solving this issue
  3. Hi pssp I have customized my jasperserver pages to user specification roles. the customization functionality is working perfectly in all other browsers except in safari. The error in safari when user tries to log in is, the login page over lays with home page again.
  4. <parameter name="manager" class="java.util.Collection"> <defaultValueExpression><![CDATA[java.util.Arrays.asList(newString[]{"Naveen","Sharad"})]]></defaultValueExpression> </parameter>[/code]Hi I tried in the way it is suggested above but, i am getting an Error unexpected token: Naveen @ line 163, column 64. 1 error Here are my code's 1) java.util.Arrays.asList(new String[] {"Naveen","Sharad"}) 2) new ArrayList(Arrays.asList(new String[] {"Naveen","Sharad"})) Can you correct me please
  5. Hi My jasperserver-pro is compatible with safari 4.0 and safari 5.0 but i am unable to see the compatible with safari 5.1. My jasperserver is having a proxy address like "abc.com" instead of localhost:8080/jasperserver-pro/login.html. The problem is i am unable to login through safari 5.1.7, facing redirection problem and able to log in with my actual address (localhost / with hostname). The above problem is only with safari 5.1.7 and is working perfectly with firefox, chrome, IE and safari 4.0 and safari 5.0. Any help will be highly appreciated. Environment: AWS EC2 Machine (Amazon Linux AMI) Thanks and Regards Naveen
  6. Hi I would like to have a save button feature on Dashboard such that i dont need to select my favourite values all the time. Basically to say i just need the same feature which exists on Report. Any help will be highly appreciated. Thanks and Regards Naveen
  7. Hi Here i am creating a jasper domain. I applied joins accordingly but now i stuck at two places, 1) I dont know how to apply case Statement conditions in domain filters. Here is my sample query select count(distinct CASE WHEN activity.activity LIKE '%: Phone Appt. Set' THEN p.cid END) as phone_appt_set from activity,people p ,dbo.job_prof jp, jobs j,profilestatus where activity.reference = $P{jobTitle} and jp.profilestatus_id=profilestatus.profilestatus_id and activity.cid = p.cid and jp.reference = j.reference and p.cid = jp.cid and activity.deleteflag = 0 and jp.DeleteFlag = 0 and p.DeleteFlag = 0 and j.DeleteFlag = 0 please help me how (Syntax) to write case statements and where it write i am confused to add filters or to write it in calculated fields?
  8. This comment was blocked because Project Honeypot indicates it came from a suspicious IP address.
  9. Hi I have JSON file and imported that file from data source, now how i need to write my query at report query to retrive the data. please provide me any kind of screen shots or videos. i am using 4.7 version. Please help me out.
×
×
  • Create New...