How will you pass whole query from Form builder to Report?

Showing Answers 1 - 4 of 4 Answers

Shantaram D. Ingale

  • Jul 15th, 2006
 

u can use

get_block_property('blk_name',last_query)

it will return the query executed last in varchar

use instr function to get query from 'where' clause to lexical parameter to report

u can use lexical parameter to listen the where clause from report

  Was this answer useful?  Yes

Mital Mehta

  • Sep 27th, 2007
 

Shantaram, By this you can get Only the Last recent query from the Perticular block ,

But hte here thing is How to Pass Over there ? You can Pass through Parameter and use the lexical paramter and  use into the report query

  Was this answer useful?  Yes

You can create a record group using your query in the form. Then you can pass record group as data_parameter to the report. This way query in the report will get replaced by the record group query passed from forms.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions