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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

after data loading i not see my new table ?

Hello,

sorry for my english and my question, i am newbie 😉

after data loading the new qvd in my script load , i not see my table in the table viewer ?

do you have an idea , i forgot something ? thx

the newtable is itemsupplier and i realize the partial load

11/12/2017 15:25:05: 0017  ItemSupplier:

11/12/2017 15:25:05: 0018  NOCONCATENATE LOAD

11/12/2017 15:25:05: 0019  SUPPLIER_ID as [Identifiant Fournisseur],

11/12/2017 15:25:05: 0020  ITEM_ID as [Identifiant Article],

11/12/2017 15:25:05: 0021  SUPPLIER_EXTERNAL_REFERENCE2 as [Code Fournisseur Externe2]

11/12/2017 15:25:05: 0022  FROM

11/12/2017 15:25:05: 0023  [../Data/Final/Dimension/ItemSupplier.qvd] (qvd)

11/12/2017 15:25:05:      Exécution terminée.

export.png

5 Replies
m_woolf
Master II
Master II

Create a listbox with the expression $Table. If you Supplier table shows in the listbox, it is hidden under on of the other tables in the viewer.

Anil_Babu_Samineni

There may be some Drop??

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

m w, i tried but i don't  view my table in list box ....

anil sorry but I don't understand

m_woolf
Master II
Master II

Can you share your load script?

evan_kurowski
Specialist
Specialist

Hello Steve,

Usually a "healthy" load from QVD will note fields found & rows retrieved in the log.  Those entries don't appear in your log sample.

11/12/2017 15:25:05: 0017  ItemSupplier:

11/12/2017 15:25:05: 0018  NOCONCATENATE LOAD

11/12/2017 15:25:05: 0019  SUPPLIER_ID as [Identifiant Fournisseur],

11/12/2017 15:25:05: 0020  ITEM_ID as [Identifiant Article],

11/12/2017 15:25:05: 0021  SUPPLIER_EXTERNAL_REFERENCE2 as [Code Fournisseur Externe2]

11/12/2017 15:25:05: 0022  FROM

11/12/2017 15:25:05: 0023  [../Data/Final/Dimension/ItemSupplier.qvd] (qvd)

11/12/2017 15:25:05:      Exécution terminée.

 


Can you read [../Data/Final/Dimension/ItemSupplier.qvd] in an isolated .qvw with your load statement, stand-alone?