<?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: Qlink Newbie - Help with simple graphic in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlink-Newbie-Help-with-simple-graphic/m-p/800953#M282708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sujeet, Colin and Peter for your help on this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2015 13:00:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-03T13:00:22Z</dc:date>
    <item>
      <title>Qlink Newbie - Help with simple graphic</title>
      <link>https://community.qlik.com/t5/QlikView/Qlink-Newbie-Help-with-simple-graphic/m-p/800949#M282704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new in Qlink view. I'd really appreciate your help with an apparently easy graphic I can't create. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm getting via database my tables. I have one with the all the sales' list. It has the fields: price, id of vendor and a timestamp with the selling date called transaction_date (format "YYYY-MM-DD hh:MM:mm")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display a lines' graphic with the amount per month sold for each vendor. I don't know how to create the expression for getting the month and to make qlink to know that&amp;nbsp; transaction_date is the field to check to make the calculations by month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me with the expression? (I'd need the txt file as I'm running the free version).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Feb 2015 03:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlink-Newbie-Help-with-simple-graphic/m-p/800949#M282704</guid>
      <dc:creator />
      <dc:date>2015-02-01T03:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlink Newbie - Help with simple graphic</title>
      <link>https://community.qlik.com/t5/QlikView/Qlink-Newbie-Help-with-simple-graphic/m-p/800950#M282705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So reload the table as &lt;/P&gt;&lt;P&gt;RawData:&lt;/P&gt;&lt;P&gt;SQL select&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;price, id ,transaction_date,Sales&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;from table xyz;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;load *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;month(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;transaction_date) as TransactMonth&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;resident RawData;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;drop&amp;nbsp; table &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;RawData&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Now in you UI add a bar chart with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TransactMonth &lt;/SPAN&gt;as&amp;nbsp; Dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and sum(Sales) as Expression.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Feb 2015 04:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlink-Newbie-Help-with-simple-graphic/m-p/800950#M282705</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2015-02-01T04:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qlink Newbie - Help with simple graphic</title>
      <link>https://community.qlik.com/t5/QlikView/Qlink-Newbie-Help-with-simple-graphic/m-p/800951#M282706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As an alternative, and especially if you want to report on periods even if they don't have any sales, you can create a Master Calendar from the minimum and maximum dates present in your data. Search for Master &lt;BR /&gt;Calendar in the community. You'll find many examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Qlink&lt;/EM&gt;. Good one, hadn't heard it before. It even has some associativeness built-in. Maybe we should call the script engine Qlink, as there is no Qlikking to be done overthere. Only linking.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Feb 2015 13:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlink-Newbie-Help-with-simple-graphic/m-p/800951#M282706</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-02-01T13:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qlink Newbie - Help with simple graphic</title>
      <link>https://community.qlik.com/t5/QlikView/Qlink-Newbie-Help-with-simple-graphic/m-p/800952#M282707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your data spans more than 1 year, monthname(transaction_date) will give year &amp;amp; month for your dimension. Use sum(price) as your expression,and add a listbox on vendor so you can filter the chart by vendor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Feb 2015 14:12:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlink-Newbie-Help-with-simple-graphic/m-p/800952#M282707</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-02-01T14:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qlink Newbie - Help with simple graphic</title>
      <link>https://community.qlik.com/t5/QlikView/Qlink-Newbie-Help-with-simple-graphic/m-p/800953#M282708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sujeet, Colin and Peter for your help on this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 13:00:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlink-Newbie-Help-with-simple-graphic/m-p/800953#M282708</guid>
      <dc:creator />
      <dc:date>2015-02-03T13:00:22Z</dc:date>
    </item>
  </channel>
</rss>

