Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Read in different QVDs and store the data into one QVD

Good day,

I have several qvds i read that are stored monthly with the naming as TYPE_MONTHYEAR.

I have attached example.qvw file that hosts the code I use to read all the qvds and store them into one table ML_App.


The issue i have now is, within the table i have stored data into, some attributes have -1 at the end of its name (see the attached diagram)ML_App.jpg

What could be the solution to that? and how can i get it resolved?


Your assistance will be highly appreciated.


Regards,

Mbini

1 Solution

Accepted Solutions
settu_periasamy
Master III
Master III

Hi,

i did the test with my sample, It works fine.

you can try this..

View solution in original post

8 Replies
Chanty4u
MVP
MVP

chk with ur Qualify and UnQualify statement  position?

senpradip007
Specialist III
Specialist III

Remove the QUALIFY *; and UNQUALIFY *;

settu_periasamy
Master III
Master III

Hi,

Move your Qualify statement before for loop.

Otherwise, it will create the New table (like ML_App, ML_App-1, ML_App2 etc ) every time till the loop finish.

Capture.JPG

Not applicable
Author

Sorry I put the QUALIFY and UNQUALIFY on where you suggested, I still get the same results

settu_periasamy
Master III
Master III

Hi,

i did the test with my sample, It works fine.

you can try this..

Not applicable
Author

How I rename the fields then?

Not applicable
Author

Big issue now is, it qualifiers certain attributes within the table