<?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: TheQuestion ... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/TheQuestion/m-p/1359866#M616516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactely is not working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Start with loading in your data. Are you using a simple single table or a more complex data model?&lt;/P&gt;&lt;P&gt;There are free tutorials that get's you started with the basics:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/space/2003"&gt;New to QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are also a lot of stuff here in the forum, but it may not easy to find, start with this if you are interested in data modelling:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8844"&gt;Get started with developing qlik datamodels&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or even better, get a copy of a good book:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8898"&gt;Books and literature&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If you have successfully loaded your data in an appropriate model (a simple table may be enough to start), you can create chart objects.&lt;/P&gt;&lt;P&gt;Don't use any SQL syntax in chart objects, only QV functions allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User Age as your dimension field, and an aggregation as expression:&lt;/P&gt;&lt;P&gt;=Count(Age)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;=Count(DISTINCT ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(it's depending on your data model and requirements, what you need to use).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 May 2017 17:43:56 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2017-05-03T17:43:56Z</dc:date>
    <item>
      <title>TheQuestion ...</title>
      <link>https://community.qlik.com/t5/QlikView/TheQuestion/m-p/1359863#M616510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, guys. I'm sorry for my simple question, I'm new in QV. There're 2 question wich I can't understand! &lt;BR /&gt;1) In what level we should use SQL-script and what is the different between LOAD &amp;amp; SELECT? &lt;BR /&gt;2) I have the next columns (ID, NAme, Age, Weight) in Table1. I need to count, how many peoples are 25, 28 , 43 ... years old and show it on Histogram in QV. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to all!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 15:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TheQuestion/m-p/1359863#M616510</guid>
      <dc:creator />
      <dc:date>2017-05-03T15:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: TheQuestion ...</title>
      <link>https://community.qlik.com/t5/QlikView/TheQuestion/m-p/1359864#M616511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Maybe this is a good start for explaining how to load data into Qlik:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5698"&gt;LOAD data into QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) You can just try a Dimension Age and an Expression&lt;/P&gt;&lt;P&gt;=Count(DISTINCT ID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 15:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TheQuestion/m-p/1359864#M616511</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-05-03T15:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: TheQuestion ...</title>
      <link>https://community.qlik.com/t5/QlikView/TheQuestion/m-p/1359865#M616513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Stefan.&lt;BR /&gt;First of all, I want to thak you for your answer and for the book. &lt;BR /&gt;If it's possible and you have any free time, I can you explain me th answer for my second question. &lt;BR /&gt;I know how to solve this task in SQL-Server. The solution for this task looks like this: &lt;BR /&gt;Select Count(Users.Age) from dbo.Users &lt;BR /&gt;Group By (Age).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in QV it's not working and I can't to find any good way for solving it!&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 16:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TheQuestion/m-p/1359865#M616513</guid>
      <dc:creator />
      <dc:date>2017-05-03T16:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: TheQuestion ...</title>
      <link>https://community.qlik.com/t5/QlikView/TheQuestion/m-p/1359866#M616516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactely is not working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Start with loading in your data. Are you using a simple single table or a more complex data model?&lt;/P&gt;&lt;P&gt;There are free tutorials that get's you started with the basics:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/space/2003"&gt;New to QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are also a lot of stuff here in the forum, but it may not easy to find, start with this if you are interested in data modelling:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8844"&gt;Get started with developing qlik datamodels&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or even better, get a copy of a good book:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8898"&gt;Books and literature&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If you have successfully loaded your data in an appropriate model (a simple table may be enough to start), you can create chart objects.&lt;/P&gt;&lt;P&gt;Don't use any SQL syntax in chart objects, only QV functions allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User Age as your dimension field, and an aggregation as expression:&lt;/P&gt;&lt;P&gt;=Count(Age)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;=Count(DISTINCT ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(it's depending on your data model and requirements, what you need to use).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 17:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TheQuestion/m-p/1359866#M616516</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-05-03T17:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: TheQuestion ...</title>
      <link>https://community.qlik.com/t5/QlikView/TheQuestion/m-p/1359867#M616520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, Stefan for your help! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 18:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TheQuestion/m-p/1359867#M616520</guid>
      <dc:creator />
      <dc:date>2017-05-03T18:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: TheQuestion ...</title>
      <link>https://community.qlik.com/t5/QlikView/TheQuestion/m-p/1359868#M616523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;About My Data Model. &lt;/P&gt;&lt;P&gt;I have 8 Excel Documents. All these Documents are linked together. I can get everything I want without any SQL-script, but it's to intersting for Me, how can I use SQL-scripts or should I use them in this type of Data?! &lt;/P&gt;&lt;P&gt;This's my big problem! )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 19:00:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TheQuestion/m-p/1359868#M616523</guid>
      <dc:creator />
      <dc:date>2017-05-03T19:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: TheQuestion ...</title>
      <link>https://community.qlik.com/t5/QlikView/TheQuestion/m-p/1359869#M616524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can of course use SQL statements in your script, but this will lead to static answers to your business questions (i.e. answers are written in your data model). &lt;/P&gt;&lt;P&gt;The nice thing about the Qlik associative data model is that it's dynamic, responsive to user selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if you are way above this, but I would recommend that you attend the webinars or get a copy of 'QV11 for developers' which is highly recommended, to experience what Qlik is all about.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 21:17:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TheQuestion/m-p/1359869#M616524</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-05-03T21:17:04Z</dc:date>
    </item>
  </channel>
</rss>

