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

mellodemelo

Members
  • Posts

    3
  • 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 mellodemelo

  1. Hi. I have two parameter (A and B) If A parameter has a value I need to execute A query , if B paramater has a value I need to execute B query. The both has the same colums number. How can I do it? Obs. The A and B querys are complex ones.
  2. Hi @Shertage, you saved my life. It was driving me crazy! Than you very very much
  3. Hi, I created a parameter as string and the person write 25/03/2017, I need that this date be transformed in 25 de março de 2017, so I did: $F{END_CIDADE} + ", ".concat(new SimpleDateFormat("dd 'de' MMMM 'de' yyyy", new Locale ("pt", "BR")).format(new SimpleDateFormat("dd/mm/yyyy").parse($P{parameter})).toLowerCase())+"." But the result was: 25 de janeiro de 2017 Someone can help me?
×
×
  • Create New...