Changes for page 01 - Concetti
From version 77.1
edited by administrator BDP
on 2017/10/02 12:50
on 2017/10/02 12:50
Change comment:
There is no comment for this version
To version 75.2
edited by administrator BDP
on 2017/10/02 12:39
on 2017/10/02 12:39
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Tags
-
... ... @@ -1,1 +1,0 @@ 1 -Reporting Services - Content
-
... ... @@ -50,32 +50,23 @@ 50 50 51 51 * **Seleziona una data**: filtra per tipo di data. 52 52 * **Seleziona tipo di agente**: filtra per tipo di agente. 53 - 54 54 55 55 == Riepilogo == 56 56 57 -I concetti possono essere espressi in //pseudo SQL//:56 +I concetti possono essere espressi in "pseudo SQL": SELECT //giorno//, //servizio //SUM //chiamate ricevute //FROM chiamate WHERE //giorno = 28/02/2012// AND //servizio = 'GMG-Inbound' //GROUP BY //giorno, servizio//. 58 58 59 - (%class="boxerrormessage"%)60 -( ((61 - (%style="font-family:Courier New,Courier,monospace; font-size:14px" %)SELECT//giorno//,//servizio//SUM//chiamate ricevute//FROM chiamateWHERE //giorno = 28/02/2012//AND//servizio ='GMG-Inbound' //GROUP BY //giorno, servizio//.62 -) ))58 +* SELECT giorno, servizio: attributi ("giorno" e "servizio"); 59 +* SUM chiamate ricevute: metrica ("chiamate ricevute"); 60 +* WHERE giorno = 28/02/2012 AND servizio = 'GMG-Inbound': filtro su due attributi differenti ("giorno = 28/02/2012" e "servizio = GMG-Inbound") 61 +* GROUP BY giorno, servizio = attributi ("giorno" e "servizio"). 63 63 64 -do ve,63 +== Oggetto di un report: definizione == 65 65 66 -* **SELECT giorno, servizio**: attributi ("giorno" e "servizio") 67 -* **SUM chiamate ricevute**: metrica ("chiamate ricevute") 68 -* **WHERE giorno = 28/02/2012 AND servizio = 'GMG-Inbound'**: filtro su due attributi differenti ("giorno = 28/02/2012" e "servizio = GMG-Inbound") 69 -* **GROUP BY giorno, servizio** = attributi ("giorno" e "servizio"). 70 - 65 +Con la definizione di **oggetti di un report **si intendono i metadati appartenenti ad un report, ovvero **metriche **ed **attributi**, visibili in [[Browser oggetti>>path:../input/hashphones.PhonesEnterprise-Reporting-Services-HowTo]]. 71 71 72 -== Oggetti di un Report == 73 73 74 -Per definizione di **oggetti di un report **si intendono i metadati appartenenti ad un report, ovvero **metriche **ed **attributi**, visibili in [[Browser oggetti>>path:../input/hashphones.PhonesEnterprise-Reporting-Services-HowTo]]. 75 75 76 76 77 77 78 78 79 - 80 - 81 81