Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
smilingjohn
Specialist
Specialist

Data

I have four  tables in form of QVD's when i load only four qvds  in a seprate new QVW app and after loading i see the bar chart and other chart appearing properly .

But the problem is that when i load this 4 qvd's within the existing QVW app which has already 50 table , then after completeing loading i dont see any data in tha bar and other charts , it appears just blank . and also this 4 tables dont have any connectivity  to other tables (50).

Can someone suggest me what may be the problem ?

5 Replies
Not applicable

Ya sure can you send the app, so that we can analyze what exactly happen to your data

Anil_Babu_Samineni

I am not sure, It's bit complex to sort it out. But, I will try to UAT for you

First load those four qvd's like below, Should be on first tab or else just promote this

Load * From Qvd1;

Load * From Qvd2;

Load * From Qvd3;

Load * From Qvd4;

And then use like this

Exit Script;

Then reload and see how this seems. It should visible. You may have to send Log file of that qvw. If you want to generate log file to share with us you might follow below

1) Settings

2) Document Properties

3) general Tab

4) Check the Generate Log file like below image

Capture.PNG

This Log file text should generate in txt format. Then look where that qvw stored then see with this log file and then tag with us. So that we might can help you.

Note: The reason i am asking you, I am not sure what was the script behind and tables. OR try to share Table viewer with us by using this (Ctrl + T)

Best,

Anil

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
smilingjohn
Specialist
Specialist
Author

Hi Anil ,

In a new QVW app i took all the script fomr the old QVW app WHich has like 5o different tables (QVD) then i reloaded , and i see that the data appears in the chart. where as the data in charts wont appear when i reload within the existing QVW app .

I wonder what should i do

Anil_Babu_Samineni

Old QVW means? By using Binary Load you are getting whole functionality?

Strange, I am not having that much of mind power to think. Wait, Some one could help you

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
varshavig12
Specialist
Specialist

Check your data model , all tables are loaded properly ?

Also you can just try loading few few part of the script and see whether this data is loaded properly or not  OR till what part the script is running properly.

some drop command or something.