<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Data Vault Modeling in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Vault-Modeling/m-p/126171#M1232778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data Vault (DV) is a &lt;SPAN style="text-decoration: underline;"&gt;Data Warehouse&lt;/SPAN&gt; modelling approach. Qlik is not a Data Warehouse product and needs a much smaller slice of a Data Warehouse Model to function correctly. This slice also needs to be transformed in some way to be useful. Qlik lends itself best to a dimensional data model approach. DV quote: "&lt;SPAN style="color: #222222; font-family: sans-serif; font-size: 14px;"&gt;The Data Vault Model is a detail oriented, historical tracking and uniquely linked set of &lt;SPAN style="text-decoration: underline;"&gt;normalized tables&lt;/SPAN&gt; ....". Qlik performs usually better with a &lt;SPAN style="text-decoration: underline;"&gt;denormalized table-structure&lt;/SPAN&gt; with &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: sans-serif; font-size: 14px;"&gt;a star-schema or snowflake-schema.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So try searching for how to create a dimensional model out of DV. Mapping a traditional dimensional data mart into a Qlik data model is very easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A quote from Wikipedia on Data Vault:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;"&lt;SPAN style="color: #222222; font-family: sans-serif; font-size: 14px;"&gt;The data vault modeled layer is normally used to store data. It is not optimized for query performance, nor is it easy to query by the well-known query-tools such as ............&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN style="color: #222222; font-family: sans-serif; font-size: 14px;"&gt;&lt;EM&gt; Since these end-user computing tools expect or prefer their data to be contained in a dimensional model, a conversion is usually necessary."&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though it is best practice, as far as I know and have experienced, to do dimensional modelling in Qlik - the Qlik associative engine makes it much easier than most other tools to have a normalized approach - although with a performance penality. This penality might not matter that much as long as the volume of data in the data model is not too large.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The benefit of the associative engine is that Qlik automatically associate the different tables and as a consequence expressions will calculate as-if your data model is a big denormalized table. This in turn should make it easier to create visualizations and expressions to calculate within them even following a DV approach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Aug 2018 06:37:10 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2018-08-28T06:37:10Z</dc:date>
    <item>
      <title>Data Vault Modeling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Vault-Modeling/m-p/126170#M1232774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to do a Data Vault model for a Data Warehouse project and create some visualizations.&lt;/P&gt;&lt;P&gt;unfornatelly, I have found nothing about Qlik and Data Vault modeling... which surprises me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to ask, if some of you have experience on Data Vault Modeling with Qlik, I mean:&lt;/P&gt;&lt;P&gt;- is it compatible?&lt;/P&gt;&lt;P&gt;- is it fast?&lt;/P&gt;&lt;P&gt;- is it a good combination (DV and Qlik)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you point me to some author, paper, pdf, site, book about this subject (Qlik and Data Vault)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vander Vizioli&lt;/P&gt;&lt;P&gt;+34 690 81 54 70&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Vault-Modeling/m-p/126170#M1232774</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data Vault Modeling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Vault-Modeling/m-p/126171#M1232778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data Vault (DV) is a &lt;SPAN style="text-decoration: underline;"&gt;Data Warehouse&lt;/SPAN&gt; modelling approach. Qlik is not a Data Warehouse product and needs a much smaller slice of a Data Warehouse Model to function correctly. This slice also needs to be transformed in some way to be useful. Qlik lends itself best to a dimensional data model approach. DV quote: "&lt;SPAN style="color: #222222; font-family: sans-serif; font-size: 14px;"&gt;The Data Vault Model is a detail oriented, historical tracking and uniquely linked set of &lt;SPAN style="text-decoration: underline;"&gt;normalized tables&lt;/SPAN&gt; ....". Qlik performs usually better with a &lt;SPAN style="text-decoration: underline;"&gt;denormalized table-structure&lt;/SPAN&gt; with &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: sans-serif; font-size: 14px;"&gt;a star-schema or snowflake-schema.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So try searching for how to create a dimensional model out of DV. Mapping a traditional dimensional data mart into a Qlik data model is very easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A quote from Wikipedia on Data Vault:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;"&lt;SPAN style="color: #222222; font-family: sans-serif; font-size: 14px;"&gt;The data vault modeled layer is normally used to store data. It is not optimized for query performance, nor is it easy to query by the well-known query-tools such as ............&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN style="color: #222222; font-family: sans-serif; font-size: 14px;"&gt;&lt;EM&gt; Since these end-user computing tools expect or prefer their data to be contained in a dimensional model, a conversion is usually necessary."&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though it is best practice, as far as I know and have experienced, to do dimensional modelling in Qlik - the Qlik associative engine makes it much easier than most other tools to have a normalized approach - although with a performance penality. This penality might not matter that much as long as the volume of data in the data model is not too large.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The benefit of the associative engine is that Qlik automatically associate the different tables and as a consequence expressions will calculate as-if your data model is a big denormalized table. This in turn should make it easier to create visualizations and expressions to calculate within them even following a DV approach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 06:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Vault-Modeling/m-p/126171#M1232778</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-08-28T06:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Data Vault Modeling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Vault-Modeling/m-p/126172#M1232783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is an interesting article about DV along with it's comments - which is also relevant to Qlik I think:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.linkedin.com/pulse/data-vault-good-bad-ugly-dmytro-andriychenko/" title="https://www.linkedin.com/pulse/data-vault-good-bad-ugly-dmytro-andriychenko/"&gt;https://www.linkedin.com/pulse/data-vault-good-bad-ugly-dmytro-andriychenko/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 07:02:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Vault-Modeling/m-p/126172#M1232783</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-08-28T07:02:23Z</dc:date>
    </item>
  </channel>
</rss>

