Jump to content

Create table with iReport


abdujaparov

Recommended Posts

Hi,

I need to create a table with iReport.

I have to pass a query and then I would wirte the column name and then the row.

I found, in iReport, the crosstab. But I need only the column name and nothing else.

My query is:

SELECT C.NAME, B.ISIN, B.NEW_ALLOCATION, '' AS CURR_PAY, '' AS INTERNAL_CODE
FROM CPPI_ELAB_COMPONENTS_VALUES B, CPPI_FUNDS C
WHERE B.ISIN=C.ISIN
AND B.ID_PROCESS=:ID

Where :ID is a variable.

How can I do this?

This table must be inserted in a subreport.

I looked for something similar in the examples but I didn't understand anything and I think that there isn't something of this type.

Could someone help me?

Thanks, bye bye.

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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...