diff --git a/ferramentas/saiku/esquemaxml.php b/ferramentas/saiku/esquemaxml.php
index d7bf459..96bfc80 100644
--- a/ferramentas/saiku/esquemaxml.php
+++ b/ferramentas/saiku/esquemaxml.php
@@ -13,9 +13,20 @@ foreach($regioes as $regiao){
}
exit;
*/
+
+//cria as dimensoes de tipo temporal
+$sqlAno = "select nu_ano from i3geo_metaestat.dim_tempo group by nu_ano order by nu_ano";
+$xml .= "
+
";var_dump($parametro);exit; + } + $xml .= implode(" ",array_unique($dimTempo)); + //inclui cada elemento em medida foreach($tb as $medida){ $agregador = "sum"; -- libgit2 0.21.2