Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
yusra
Contributor
Contributor

Star Schema

Hi, I am new to QlikSense. I have been assigned a task to create a star Schema. I have created tables with data in them and tables are loaded in Qlik Sense. I have generated their QVD too.

Now I have to create their Star Schema. Fact Table include:

ProductIDRegionIDTimeIDSupplierIDQuantity DefectPercentage

Other Tables are Product, Time Dimension, Supplier Dimension, Region Dimension. These are dimension tables.

Kindly tell me how to create star schema using the QVD.

 

1 Solution

Accepted Solutions
Vegar
MVP
MVP

If you need to store your star data model into qvd then I suggest that you store the fact table in one qvd and each of the attached dimension tables into their own qvd file.  

To store a data table into qvd use the store command

STORE YourTable INTO YourDestinationPath (qvd)

View solution in original post

3 Replies
AdiPai
Creator II
Creator II

Hey Y ! 

 

I suggest to go through the basic video as below -

https://www.youtube.com/watch?v=YZnTxAHT3ok

 

Should be straight forward . 

 

Cheers ! 

 

yusra
Contributor
Contributor
Author

I have seen this before. But I want the Script that saves the Star Schema.

Vegar
MVP
MVP

If you need to store your star data model into qvd then I suggest that you store the fact table in one qvd and each of the attached dimension tables into their own qvd file.  

To store a data table into qvd use the store command

STORE YourTable INTO YourDestinationPath (qvd)