Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have the following question. I have loaded 3 tables. From the table 'grootboek' i will see all values in a pivottable. Also when there is no value from cdgrbrekening in the table grootboekmutaties.
BOEKJAAR, CDGRBREKENING (ALWAYS), DEBET, CREDIT, SALDO, JAARTOTAAL, BUDGETPERMAAND
also when there is no record from the concerning cdgrbrekening in grootboekmutaties.
Who can Help me ?
ODBC CONNECT TO [Unit 4 Multivers;Database=MVL10000;Userid=ODBC; Password=ODBC;];
//Ophalen rekeningschema rekeningschema 10000 is leidend
Grootboek:
LOAD CDGRBREKENING,ZOEKNAAM,OMSCHR,SOORT;SQL SELECT * FROM SYSADM.GROOTBOEKREKENING;
Grootboekmutaties:
LOAD BOEKJAAR,PERIODE,CDGRBREKENING,DEBET, CREDIT,DEBET-CREDIT AS SALDO,CDDOSSIER,CDKOSTENPLAATS,'DB10000' asSOURCE;
SQL
Budgetten:
SELECT * FROM SYSADM.GROOTBOEKMUTATIES;Directory;
LOAD
GROOTBOEK.BOEKJAAR,GROOTBOEK.CDGRBREKENING AS CDGRBREKENING, //SOURCE,JAARTOTAAL, BUDGETPERMAAND FROM[..\Budget adm10000 2009.xlsx]
(
ooxml, embedded labels, table is Blad1);Opgelost door Omschrijving bij Extenstion te zetten in pvt table