Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
There may be some Drop??
m w, i tried but i don't view my table in list box ....
anil sorry but I don't understand
Can you share your load script?
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?