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

razorvla

Members
  • Posts

    14
  • 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

Posts posted by razorvla

  1. Bonjour,

    La case "afficher si expression" me semble une bonne idée. Cela permet de cacher la bande en fonction d'un paramètre. Je ne sais pas si le code groupe vient de la requête du sous-rapport ou du principal.

    Si c'est depuis le sous rapport cela devrait fonctionner tout seul.

    Si c'est depuis le rapport principal, il faut passer le paramètre lors de l'appel du sous rapport. Cela se fait via "Edit parameters" dans les paramètres du sous rapport, depuis le rapport principal.

    Il faut y indiquer le nom du paramètre du sous rapport, qui va recevoir la donnée du champ/paramètre du rapport principal.

  2. Personnaly i use JasperServer with a Powershell script that calls the API. This way i rename the file during the download  with :

    $client.DownloadFile("Source URL", "Destination_pathfilename.pdf")[/code]

    The powershell file is generated by a python user interface so i can parameter the filename and the url to get the right report.

    You does not specifies how you generates your report but hope this may help.

  3. Hi,

    I have a database of fashion articles, where each line has an attribut of category, under-category, and color.

    Some articles are in the same under-category but not in the same color.

    I'd like to gather these lines in a table with one line for the design, and one column for each color.

    I can manage to do it with cross tabs because it has to be placed in the summary, where i cannot group my report by category (i'd like one table per under-category)

    Then i thought to use "under-report" to solve this problem, but i cannot make it work...

    How can i do ?

    Thanks

×
×
  • Create New...