Commit 1b0ca66d55dc097db0e4152da6332141f10837b2
1 parent
a6e3f128
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ferramentas/saiku/esquemaxml.php
... | ... | @@ -544,7 +544,7 @@ function dimensoesOutras(){ |
544 | 544 | $xml3 .= "<view alias='".$k."' ><SQL dialect='generic' >$sql</SQL></view>"; |
545 | 545 | $xml3 .= "<Level name='".converte($d["nome"])."' |
546 | 546 | column='codigo' |
547 | - nameColumn='nome' uniqueMembers='true' type='String' /> | |
547 | + nameColumn='nome' uniqueMembers='false' type='String' /> | |
548 | 548 | "; |
549 | 549 | $xml3 .= "</Hierarchy> |
550 | 550 | </Dimension>"; | ... | ... |