<?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 Configuration Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Configuration-Issue/m-p/645186#M1076622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that list of fieldnames that you provide is basically what your table looks like?&lt;/P&gt;&lt;P&gt;Well, you will have to LOAD it in several staps in order to have the week as a dimension_field. Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MD_name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '[week_number]' as week,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [WEEK 1] as sales&lt;/P&gt;&lt;P&gt;FROM ...;&lt;/P&gt;&lt;P&gt;(will be concatenated automatically)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MD_name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '[week_number]' as week,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [WEEK 2] as sales&lt;/P&gt;&lt;P&gt;FROM ...;&lt;/P&gt;&lt;P&gt;...and so on (where [week_number] is to be the actual number of the calendar_week.&lt;/P&gt;&lt;P&gt;=&amp;gt; That way, you will end up with a table that has three fields: The MD_name, the week_nr. and the sales for that week.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jul 2014 14:11:37 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2014-07-24T14:11:37Z</dc:date>
    <item>
      <title>Data Configuration Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Configuration-Issue/m-p/645184#M1076620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm on the site today to ask a quick question about data models.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Working at a pharma company, I would really like to be able to emulate this dashboard -- &lt;A href="http://us-b.demo.qlik.com/QvAJAXZfc/opendoc.htm?document=qvdocs%2FRx%20Sales.qvw&amp;amp;host=demo11" title="http://us-b.demo.qlik.com/QvAJAXZfc/opendoc.htm?document=qvdocs%2FRx%20Sales.qvw&amp;amp;host=demo11"&gt;QlikView&amp;nbsp; Demo&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And my problem is, the data I'm using to build the report is not transaction-level data. Rather, it is summarized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my brief experience as a user, I've found that having a column like "Order_Date," or the like, is desirable. Sadly, this data -- provided by vendors at this granularity -- has a data model something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MD NAME, LOCATION, WEEK 1, WEEK 2, WEEK 3....&lt;/P&gt;&lt;P&gt;Bob Smith, Iowa, 0, 2, 4 (number of sales for that week)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, is there a way that Qlikview could process this? Would I just need to have 52 unique fields (one for each week)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would really appreciate any suggestions you guys have!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dan !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 12:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Configuration-Issue/m-p/645184#M1076620</guid>
      <dc:creator />
      <dc:date>2014-07-24T12:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Data Configuration Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Configuration-Issue/m-p/645185#M1076621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're in luck - it seems the Crosstable load is exactly what you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Henric details it better than I possible could right here:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/03/24/crosstable" title="http://community.qlik.com/blogs/qlikviewdesignblog/2014/03/24/crosstable"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/03/24/crosstable&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 14:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Configuration-Issue/m-p/645185#M1076621</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2014-07-24T14:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Data Configuration Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Configuration-Issue/m-p/645186#M1076622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that list of fieldnames that you provide is basically what your table looks like?&lt;/P&gt;&lt;P&gt;Well, you will have to LOAD it in several staps in order to have the week as a dimension_field. Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MD_name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '[week_number]' as week,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [WEEK 1] as sales&lt;/P&gt;&lt;P&gt;FROM ...;&lt;/P&gt;&lt;P&gt;(will be concatenated automatically)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MD_name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '[week_number]' as week,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [WEEK 2] as sales&lt;/P&gt;&lt;P&gt;FROM ...;&lt;/P&gt;&lt;P&gt;...and so on (where [week_number] is to be the actual number of the calendar_week.&lt;/P&gt;&lt;P&gt;=&amp;gt; That way, you will end up with a table that has three fields: The MD_name, the week_nr. and the sales for that week.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 14:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Configuration-Issue/m-p/645186#M1076622</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-07-24T14:11:37Z</dc:date>
    </item>
  </channel>
</rss>

