woensdag 16 januari 2019

In BODS script oracle aanroepen


In BODS script oracle aanroepen


sql('OJZSTGA1_BTL',' begin createPivotTable(\'CONTROLELIJST_BESCHIKTE_VOORZIENING_JGD_2017\',\'voorzieningsoort\',\'c\'); end; ');

sql('OJZSTGA1_BTL','begin suffie(); end;');



sql('OJZSTGA1', 'truncate table DWH_DOEL.JW_STG_GEBIED_WIJK');

woensdag 9 januari 2019

BO HTML and Javascript


2 Knopjes om naar 1e rapport en 2e rapport te springen

<input type = "button"  value ="Go to Report2" onclick="gotoReport(1)">
<br>
<br>
<input type = "button"  value ="Go to Report1" onclick="gotoReport(0)">
<script>
function gotoReport(n) {
this.parent.selectReport(n);
}
</script>



woensdag 2 januari 2019

BO 42 Cross Table

BO4.2


ga naar een tabel en turn into Cross table




Daarna nog even een section op de hoofdcategorie column en het resultaat is het volgende




Daarna kan je de velden nog mooi opmaken met Formatting