Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How many QVDs create??

I'm joining two tables, please let me know how many QVD files create, ethier 1 or 2, below is details?

OthersStaff:

LOAD

  EMPID AS CODE,

  AG_NAME AS NAME,

  AG_BRCODE AS BRANCH,

  AG_DESIG AS DESIGNATION;

SQL SELECT *

FROM "TR_RECRUIT"."ATTEND_OTHERS";

Inner Join //--------------- Joining ------------------------//

Attendance:

LOAD

  AAG_AGCODE AS CODE,

  AAG_BRCODE AS BRANCH,

  AAG_ATTNTIME AS TIME,

  Date(INPUT_DATE,'DD-MMM') AS DATE,

  STATUS;

SQL SELECT *

FROM ATTEND_REG;

Store OthersStaff into  C:\Users\Naveed_Shahzad\Desktop\QlikView\Mydata.qvd;??

Regards,

Naveed

1 Solution

Accepted Solutions
ashfaq_haseeb
Champion III
Champion III

Hi,

Please close the thread by selecting appropriate answers.

Regards

ASHFAQ

View solution in original post

8 Replies
its_anandrjs

It seems one QVD named Mydata.qvd

Regards

Anand

ashfaq_haseeb
Champion III
Champion III

rajeshvaswani77
Specialist III
Specialist III

Ideally create 1 QVD for each table.

hanks,

Rajesh Vaswani

its_anandrjs

Hi,

After loading this table with Inner join you get single table and by using the Store command you get single table storing

OthersStaff:

LOAD

  EMPID AS CODE,

  AG_NAME AS NAME,

  AG_BRCODE AS BRANCH,

  AG_DESIG AS DESIGNATION;

SQL SELECT *

FROM "TR_RECRUIT"."ATTEND_OTHERS";

Inner Join //--------------- Joining ------------------------//

Attendance:

LOAD

  AAG_AGCODE AS CODE,

  AAG_BRCODE AS BRANCH,

  AAG_ATTNTIME AS TIME,

  Date(INPUT_DATE,'DD-MMM') AS DATE,

  STATUS;

SQL SELECT *

FROM ATTEND_REG;

Store OthersStaff into  C:\Users\Naveed_Shahzad\Desktop\QlikView\Mydata.qvd;

You Get QVd with named Mydata.qvd in the folder location C:\Users\Naveed_Shahzad\Desktop\QlikView\

Hope this helps

Regards

Anand

Not applicable
Author

hi,

Only One qvd

Mydata.qvd


sudhanshu shrivas

Not applicable
Author

Hi,

Once you join the table, it will create only one QVD.

Not applicable
Author

Thank you very much its very usefull.

Regards,

Naveed

ashfaq_haseeb
Champion III
Champion III

Hi,

Please close the thread by selecting appropriate answers.

Regards

ASHFAQ