Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Missing Table in Working Sheet

Hi,

I find myself confronted with a misterious problem. I loaded several tables from my mariadb and all tables are loaded successfully and are shown perfectly fine in the Data Manager. But neither in the Data Modell and what makes it worse is also not selectable in the workingsheets. What can I do to get show the table again?

Missing Table, Successful Load

The problem seams to be similar to this one.

My dataload script:

LIB CONNECT TO 'local2';

qualify *;

unqualify port_id;

LOAD `port_id`,

    `text_1`,

    `whg_id`,

    `client_ref`,

    bank,

    `bank_id`,

    `legato_nr`,

    `betreuer_personal_id`,

    `port_phase_id`,

//     Date(`start_dat`),

//     Date(`end_dat`),

    kurzinfo,

    rechnungsadresse,

    `versandpost_jn`,

    versandanemail,

    `mwst_jn`;

SQL SELECT `port_id`,

    `text_1`,

    `whg_id`,

    `client_ref`,

    bank,

    `bank_id`,

    `legato_nr`,

    `betreuer_personal_id`,

    `port_phase_id`,

//     `start_dat`,

//     `end_dat`,

    kurzinfo,

    rechnungsadresse,

    `versandpost_jn`,

    versandanemail,

    `mwst_jn`

FROM legato.port;

0 Replies