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

Multi select query shows only one row


dirk.wouters

Recommended Posts

I use a cascading input query:

SELECT account_analytic_account.code, account_analytic_account.namefrom project_projectLEFT JOIN  account_analytic_account ON account_analytic_account.id = project_project.analytic_account_idwhere account_analytic_account.company_id = $P{company} and substr(account_analytic_account.code,1,2) = 'P-'order by account_analytic_account.code[/code]

In the input control appears only one row. If I run the query against the database it gives hundreds of rows. What is happening here?

Link to comment
Share on other sites

  • Replies 3
  • 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...