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

john.doe1991

Members
  • Posts

    12
  • Joined

  • Last visited

john.doe1991's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. Seems that we should use domain design XML file. Otherwise, what expression should I use to access current logged in user from that XML?
  2. I'm sorry. I didn't really get from this doc how can I access user attributes from query in Derived Table tab?
  3. Hello colleagues! I've been creating Ad hoc domain and trying to use derived table because I have a specific query. Can I provide some kind of placeholders in query as parameters while creating domain? For example, here we have a query: select * from table_x where y = ?. How can I provide parameter for this "?" so that I can use it and pass it in View or Report component further? Thank you!
  4. Hi colleagues! I've just setup SSO solution and integrated my application with JSR through CAS Jasig. I've noticed that roles are synchronized only when I'm logging in application with external user one by one. Do we have an ability to import all the roles separately in JSR? Is it possible to write custom synchronizer or so? Thank you!
  5. Dear colleagues, I'm looking for solution for access Ad Hoc Reporting components (domains, view etc.) from my custom web application (Java EE). In other words it is required to have some Ad Hoc Reporting things embedded into my application while restricting access to it based on user roles provided. We need to have access to reporting through so-called "single sign on" concept. Do we have such an ability provided by Jaspersoft? Thank you very much!
  6. Hello everyone, I'm writing custom exporter for Jasper and I need to get a data source object there somehow. Can I accomplish such functionality? Thank you in advance.
  7. Hello everyone, I needed to open report preview in HTML format and export it to div in a web page. Report exports but headers in HTML output point out to relative JasperServer path so I can't retrieve all the needed css, js etc. How can I customize this behaviour? Thank you in advance.
  8. Hello everyone, I need a div on my web page where I can get a report preview in HTML via ajax (without headers, but that is another issue). How can I accomplish such functionality? A way when I just put html or xhtml in output parameter for URL doesn't work unfortunately. Thank you in advance!
  9. Hello everyone, I have a question to presumably seasoned Jasper users. It turned out, that standard excel exporter in Jasper doesn't fit out needs. Could anyone explain me how can I write a custom excel exporter? Maybe there are some tutorials/guides or something else? Thank you in advance!
  10. I have almost solved the issue as follows. I put required property to WEB-INF/classes/jasperreports.properties of Jasper Server and then wrote next default expression value for parameter: JRPropertiesUtil.getInstance(DefaultJasperReportsContext.getInstance()).getProperty("my.shared.property")[/code]Seems that this solutions fits. But I get an error when I open a report: java.lang.ClassCastException: java.lang.Object cannot be cast to net.sf.jasperreports.engine.JRParameter[/code]Could you please help me to get rid of this error?
  11. I'm looking for a way I have a single common properties file for all reports. And I would like to be able to get this property in report for default value expression something like $R{my.prop} or $P{REPORT_RESOURCE_BUNDLE}.getString("my.prop")
  12. Hi guys, Could you please advise me how can I setup single property file accessible for all reports and set the default value for parameter (with default value expression in iReport) something like $R{my.shared.property} from that property file. Is there any solution?
×
×
  • Create New...