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

bhaskarvanam

Members
  • Posts

    9
  • 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 bhaskarvanam

  1. Hi All, i am using LoggedInUserRoles parameter for gettting the roles actully it returns Collection object, there are actully 5 roles defined for that user, but its returns null object. i am using jaseper server 3.7, when i was working woth 3.5.1 i am getting tole with following snippet com.jaspersoft.jasperserver.api.metadata.user.domain.Role)($P{LoggedInUser}.getRoles().toArray()[1])).getRoleName() even same thing is applied also not getting.
  2. Hi All, i am using jasperserver 3.7 and server is integrated with liferay, when displaying a report in ifreame portlet i want only report exclude all the menus like(Home,view,create ) ,logout,logingusername and bottom of the report jasper soft copy right, i saw some forms they give decorete=no, i defined this is working for only report in the first page only when i click on next page again i am getting the all menu itms. so i currently what i did is i comment some statements in the menu.jsp. its working perfectly, when i want create adhoc reports unable to navigte to the adhoc reports.
  3. Hi All i am facing the problem when exporting the report to excel, getting the empty column each and every column after, plaese any body can give me the solution, please find the attached excel sheet. Thanks & Regards Bhaskar V
  4. Dear All, Suppose I have a parameter called quarterpara and monthpara. I have report query 'select * from date_dimesion $P!{wherepara}'. For wherepara ,i have a expression like this-$P{quarterpara}.equals("")?"":"where quarter=$P{quarterpara}" Explaination: If my quarterpara is blank,I will have a report query as 'select * from date_dimesion $P!{wherepara}' Else 'select * from date_dimesion where quarter=$P{quarterpara}' I am not able to achieve the desired result. I guess this is not possible in jasper.Please prove me wrong.
  5. Hi All, I am able to solve this one.we need to use distinct and order by clause while writing input control query.
  6. Hi, I am using Jasperpro3.5.1 and 3.7 for implemetnting Cascading input controls. Suppose i have state and city as two paramaeters. for state,I am having dropdown values and for city,select city from region where state='$P{statepara}' Above syntax is not working .Please suggest me the correct approach.
  7. suppose i changed filter to other type i will not get the date picker,
  8. Hi Single select queyr i am passing parameter but it thows the following exception net.sf.jasperreports.engine.JRRuntimeException: Parameter "CustomerNum" does not exist. even i create paramter called 'CustomerNum', actully need to pass a parameter dynamically to a single select qeuery, Thanks in advance Bhaskar
  9. Hi i am creating the ad hoc reports from the topic, there is a date input control in the report its taking some default date as input, how to remove the default date from the date input cotrol for more clarification please the attached screen shot, thanks in Advance Bhaksar
×
×
  • Create New...