22/09/2011, 07:57
|
| | Fecha de Ingreso: agosto-2008
Mensajes: 56
Antigüedad: 16 años, 3 meses Puntos: 1 | |
Respuesta: Query cruzada la estoy usando así:
TRANSFORM Sum(Query.[DataValue]) AS SumaDeDataValue
SELECT Query.[dbo_Outstations].[theLabel], Query.[DataTime]
FROM Query
GROUP BY Query.[dbo_Outstations].[theLabel], Query.[DataTime]
PIVOT Query.[dbo_StrategyList].[theLabel]
En Access si funciona y ahora he creado un proyecto de access y ahí no me funciona??
Es sql express edition 2005. |