Jump to content

Jasper Adhoc Reporting


sivakumar_saas

Recommended Posts

 

Dears,

     I have created a Domain for Adhoc Reporting. For some of the columns in the report, I have to use oracle function to get  desired output. Can anyone please tell me where I need to add this oracle function[Ex DECODE] when I create my domain.

Regards,

Siva

 

Example :

 

Desired Output Using Oracle Function: [decode(DUMMY,100,'Yes',0,'No')]

 

DUM
---
Yes
No

 

Output that i got by creating a Adhoc Report from the domain that i have created.

 

    DUMMY
---------
      100
        0

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

You need to add the DECODE statement into a custom query in the domain. At the moment, you will need to edit the domain XML directly to do this. In the release at the end of the month, the domain editor can do this through the browser.

 

Sherman

Jaspersoft

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...