Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

SQL
dataSourceSIA
stylefont-weight:bold;font-size:1.5em;
rowOrientationhorizontal
enableHighlightingfalse
outputwiki
autoNumbertrue
SELECT '{column:width=100px}{html}<font size=25>' || CAST(COUNT(*) AS VARCHAR(10)) || '</font>{html}{column}' AS "{html}<font size=25>Total atual</font>{html}"
  FROM esiaProcesso p
 WHERE p.cdSituacao <> 6
       AND p.cdCategoriaEvento = 2
       AND p.cdEntidade <> 526
SQL
dataSourceSIA
stylefont-weight:bold;font-size:1.5em;
rowOrientationhorizontal
enableHighlightingfalse
outputwiki
heading0
   SELECT '{html}<font size=10>' || gr.nmGrupoUsuario || '</font>{html}','{html}<font size=10>' || CAST(COUNT(*) AS VARCHAR(10)) || '</font>{html}'
     FROM esiaProcesso p
LEFT JOIN eanGrupoUsuario gr on gr.cdGrupoUsuario = p.cdGrupoResponsavel
    WHERE p.cdSituacao <> 6
          AND p.cdCategoriaEvento = 2
          AND p.cdEntidade <> 526
 GROUP BY p.cdGrupoResponsavel, gr.nmGrupoUsuario
 ORDER BY p.cdGrupoResponsavel

HTML
<br><font size=6>Evolução10>Evolução dos suportes abertos</font><br>

...