cancel
Showing results for 
Search instead for 
Did you mean: 

How to use ColumnList MOde in Query Template

Former Member
0 Kudos

Hi,

I am working on SAP MII 11.5 and having trouble with SQL Query Template with Column List mode.

It is throughing an error "Enter a table Name.

Please help me in this regard

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

query got resolved............

jcgood25
Active Contributor
0 Kudos

You will need to use the Group parameter with the table name.

<PARAM NAME="Group" VALUE="Employees">

You can also set it with javascript for interactive use that would emulate the Template Editor:

document.APPLET.getQueryObject().setGroup("Employees");

Former Member
0 Kudos

Thanks

Manoj Bilthare

Edited by: Manoj Bilthare on Apr 7, 2010 3:04 PM

Edited by: Manoj Bilthare on Apr 9, 2010 3:25 PM