Jump to content

call subreport using result another procedure


novatzki

Recommended Posts

Hi,

 

My report master call procedure. Example:

select col1, col2 from table(employee($P!{cod} ))

 

Now I need call a subreport using the result on the first select

 

select * from table(job($P!{col1}))

 

where: col1 = field the first select

 

My report returns error when I execute two or more registers : cannot commit trigger!

 

If execute just one,it's work!!

 

Thanks,

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