Hi, No you don't have to use a temporary table.
Try to write element.send(_tipos); after your query. Ahmet On Tue, Jan 20, 2009 at 5:37 PM, karinasaenzs <[email protected]>wrote: > Hi, > > I am new to Axapta and am working on a report that has totals and > subtotals sections. > > In this sections I am working with queries that look like this: > > select count(recid), ep_id_etapa, in_id_descripcion > from _tipos group by ep_id_etapa, in_id_descripcion > where _tipos.projid == _projTable.ProjId && > _tipos.ep_id_etapa == _tblInmueble.ep_id_etapa > > But I have'nt been able to display this information on the report, > must I do it with temporary tables? > > or is there a better and simpler way of displaying this information? > > Any help is greatly appreciated, > Thanks, > Karina > > > -- Ahmet TÜTÜNCÜLER [Non-text portions of this message have been removed]

