Hi all,
i have the following exceltable:
Indexnumber | Indexname | Field | Aufsteigend |
1 | TBAW0666TESTTAB.IXAW066601TESTTAB | PK | X |
2 | TBAW0666TESTTAB.IXAW066602TESTTAB | TBAW0666TESTTAB.PK | X |
2 | TBAW0666TESTTAB.IXAW066602TESTTAB | TBAW0666TESTTAB.FELD2 | X |
2 | TBAW0666TESTTAB.IXAW066602TESTTAB | TBAW0666TESTTAB.FELD3 | X |
2 | TBAW0666TESTTAB.IXAW066602TESTTAB | TBAW0666TESTTAB.GUELTIG_AB | |
3 | TBAW0666TESTTAB.IXAW066603TESTTAB | FELD1 | X |
3 | TBAW0666TESTTAB.IXAW066603TESTTAB | GUELTIG_AB | X |
And the following importdefinition:
Table Indexdefinitionen=Table.Index.IndexColumn: Indexnumber=Comment, Indexname=<Parent>, Field=Column, Aufsteigend=Ascending
The 3 indexes are created, but not the indexcolumns, i tried both versions of fieldnames with tablename and without, i also switched on and of the option "create object if not exists", but no results, do i try to bind the field to the wrong object/collection within Table.IndexColumn?
Thanks for any advice