Jump to content
Changes to the Jaspersoft community edition download ×

Can you pass data directly into a table (no query)


al881

Recommended Posts

I have a query that takes some time. This query pulls back data (groups) etc.

I then have a table. I want to pass some of the data to the table and display it. 

(I do not want to pass params into the tables dataset, since i can do this)

But I want the data to display from the previous query. The tables dataset will be a dummy query.

Here is an example:

select names from table where dates = xxxxxx group by names.

Then I want to display those names on the table.

Regards and thanks

 

 

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

If you're using a database, how are you planning to extract data from it without a query. You may try using Beans as a datasource but you'll still have to have a query to extract data from the database to fill the Beans. If't a query is taking long time, a better alternative is to tune your database table such as adding indexes.

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