<?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: SQL SERVER table design for easier QV manipulation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SQL-SERVER-table-design-for-easier-QV-manipulation/m-p/548850#M1143269</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So then if there is a customer count for all revenue types,&lt;/P&gt;&lt;P&gt;will the customer be unique customer count? or counted twice, once for each revenue type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer counts will be very important for an average per customer of the misture of different revenue types. .&lt;/P&gt;&lt;P&gt;just curious before doing the SQLSERVER setup and testing. . .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Sep 2013 15:50:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-20T15:50:26Z</dc:date>
    <item>
      <title>SQL SERVER table design for easier QV manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-SERVER-table-design-for-easier-QV-manipulation/m-p/548847#M1143266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before I experiment, I wish to use some experience from those who have come before me! thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have sales and revenue data in 5 dimensions in my SQLSERVER (SS) data tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FiscalPeriod -&amp;gt; 201301,201302, etc&lt;/P&gt;&lt;P&gt;CustomerNbr,&lt;/P&gt;&lt;P&gt;Product -&amp;gt; FA,SD, EX, SP, etc&lt;/P&gt;&lt;P&gt;OrderType -&amp;gt;&amp;nbsp; Booking (Sales), Execution (Revenue)&lt;/P&gt;&lt;P&gt;RevenueType -&amp;gt; Install, FP, Amortized, Material Only, Labor only, Labor and Material&lt;/P&gt;&lt;P&gt;Value in Dollars&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which SS staging table will be easier to set up graphs and dashboards after importing into QV:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1:&amp;nbsp; (DB Normalized)&lt;/P&gt;&lt;P&gt;FiscalPeriod,&lt;/P&gt;&lt;P&gt;CustomerNbr,&lt;/P&gt;&lt;P&gt;Product&lt;/P&gt;&lt;P&gt;OrderType,&lt;/P&gt;&lt;P&gt;RevenueType,&lt;/P&gt;&lt;P&gt;Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2: (DB - Not Normalized)&lt;/P&gt;&lt;P&gt;FiscalPeriod&lt;/P&gt;&lt;P&gt;Customer Number&lt;/P&gt;&lt;P&gt;Product&lt;/P&gt;&lt;P&gt;OrderType,&lt;/P&gt;&lt;P&gt;RevType1Value,&lt;/P&gt;&lt;P&gt;RevType2Value,&lt;/P&gt;&lt;P&gt;RevType3Value,&lt;/P&gt;&lt;P&gt;RevType4Value,&lt;/P&gt;&lt;P&gt;RevType5Value,&lt;/P&gt;&lt;P&gt;TotalRevValue&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;Sportsgirl. . . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 13:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-SERVER-table-design-for-easier-QV-manipulation/m-p/548847#M1143266</guid>
      <dc:creator />
      <dc:date>2013-09-20T13:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: SQL SERVER table design for easier QV manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-SERVER-table-design-for-easier-QV-manipulation/m-p/548848#M1143267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table 1 would be my preference so I can use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;RevenueType&lt;/SPAN&gt; as a ListBox or Dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 15:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-SERVER-table-design-for-easier-QV-manipulation/m-p/548848#M1143267</guid>
      <dc:creator>adamwilson</dc:creator>
      <dc:date>2013-09-20T15:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: SQL SERVER table design for easier QV manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-SERVER-table-design-for-easier-QV-manipulation/m-p/548849#M1143268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table 1 is better for me too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 15:40:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-SERVER-table-design-for-easier-QV-manipulation/m-p/548849#M1143268</guid>
      <dc:creator>Carlos_Reyes</dc:creator>
      <dc:date>2013-09-20T15:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: SQL SERVER table design for easier QV manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-SERVER-table-design-for-easier-QV-manipulation/m-p/548850#M1143269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So then if there is a customer count for all revenue types,&lt;/P&gt;&lt;P&gt;will the customer be unique customer count? or counted twice, once for each revenue type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer counts will be very important for an average per customer of the misture of different revenue types. .&lt;/P&gt;&lt;P&gt;just curious before doing the SQLSERVER setup and testing. . .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 15:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-SERVER-table-design-for-easier-QV-manipulation/m-p/548850#M1143269</guid>
      <dc:creator />
      <dc:date>2013-09-20T15:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: SQL SERVER table design for easier QV manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-SERVER-table-design-for-easier-QV-manipulation/m-p/548851#M1143270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you use Count( DISTINCT &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CustomerNbr&lt;/SPAN&gt;) it will be unique for each revenue type&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 15:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-SERVER-table-design-for-easier-QV-manipulation/m-p/548851#M1143270</guid>
      <dc:creator>adamwilson</dc:creator>
      <dc:date>2013-09-20T15:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: SQL SERVER table design for easier QV manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-SERVER-table-design-for-easier-QV-manipulation/m-p/548852#M1143271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Count( DISTINCT &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CustomerNbr&lt;/SPAN&gt;) exists within SQL SERVER, but not within MS Access, which shows I came up through the desktop database world. . .&amp;nbsp; &lt;SPAN class="j-status-levels"&gt;&lt;IMG alt="Ace" class="jiveImage" src="https://assets.bunchball.net/badges/levels/L4.png" title="Ace" /&gt;&lt;/SPAN&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/DT_AdamWilson"&gt;DT_AdamWilson&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; thank you again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 16:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-SERVER-table-design-for-easier-QV-manipulation/m-p/548852#M1143271</guid>
      <dc:creator />
      <dc:date>2013-09-20T16:14:38Z</dc:date>
    </item>
  </channel>
</rss>

