Re: Dynamic column names using DIH

2010-12-28 Thread Gora Mohanty
On Wed, Dec 29, 2010 at 2:59 AM, Mark wrote: > Is there a way to create dynamic column names using the values returned from > the query? > > For example: > >             dataSource="my_database" >             query="select * from foo where item_id=${item.id}"> > > Not sure if that syntax will

Dynamic column names using DIH

2010-12-28 Thread Mark
Is there a way to create dynamic column names using the values returned from the query? For example: