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

phillip.sdao

Members
  • Posts

    13
  • 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 phillip.sdao

  1. So I've been able to make a second data source, pass down parameters, im all but ready, but I cant figure out how to send a collection of the field values in a column to the sub report. Ive tried setting a variable to the field value and sending that, I've tried sending the field directly. I sort of assumed these wouldn't work because the data type is wrong, but i just don't know how to tell jasper that i want the fields as a collection.
  2. Im migrating reports from microsoft reports, to jasper reports, and the system im working with, works mostly with stored procedures. I want to use date ranges like "WEEK-1" but since its not supported in query or directly as a datatype, it seems as though the only way to do this is to make 2 normal date parameters as a prompt. Then feed those into 2 date range parameters, so that i can use the "WEEK-1" part. then feed those into 2 more parameters so that i can feed that into my query. That seems like a really obnoxious way to have to do this. Is there a more convienet way?
  3. I love the fact that jasper can work with javabeans, as it allows me to write any java code i want and be able to get the result, and do it incredibly easily. But the problem is i dont see a way to send custom input from jasper to my collection provider. If i could just get that i could do anything. Also the reason why we want to do this is so that we can get psuedo spark support.
  4. I would like to add that I also get this problem arbitrarily but i simply restart JSS and can continue my work.
  5. Right now im using jaspersoft server version 5.5. Im trying to find a way to send a basic Auth header(eg Authentication Basic (Base64(username:password))) but the documentation has been difficult for me to parse through. Most of it seems LDAP related. Currently im using an external database to authenticate users. What do i need to configure to get this to work? Note: ive tried using GET parameters, but i dislike the idea of showing the username and password in plaintext. Plus Id have to configure it anyways to use the external database, instead of the local one.
  6. This seems like it should be real easy, but its causing me problems. I have a stored procedure it takes a string that is a comma delimited join of a collection. I want to take a collection that is a multi-select, and turn it into a string as my stored procedure parameter. Tried $P{...}.join(","). Tried making a variable thats String.join($P{...},",") and feeding in the variable. I would use $X{} but it seems like thats only for parameters. Is there some documentation somewhere on the $X{} functions(not sure what to call them)
×
×
  • Create New...