<?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: Not able to produce bar graph with date factor in GeoAnalytics</title>
    <link>https://community.qlik.com/t5/GeoAnalytics/Not-able-to-produce-bar-graph-with-date-factor/m-p/1271825#M862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your prompt response. However, I'm unable to plot the graph in QlikSense. The Set Analysis works fine in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm creating the variable like this in the script. &lt;/P&gt;&lt;P&gt;LET vDate = Date#('15-Feb-2017');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Mar 2017 05:18:29 GMT</pubDate>
    <dc:creator>elixirsol</dc:creator>
    <dc:date>2017-03-27T05:18:29Z</dc:date>
    <item>
      <title>Not able to produce bar graph with date factor</title>
      <link>https://community.qlik.com/t5/GeoAnalytics/Not-able-to-produce-bar-graph-with-date-factor/m-p/1271823#M860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to plot a bar graph with Product as dimension and Backlog as measure. I am not able to produce a bar graph with the date factor in the Backlog query. The query is as follows: sum ( {&amp;lt;Sales_Order_Date = {"&amp;lt;=$(=vDate)"}, SO_Order_Backlog_Flag = {1},In_Out = {"Out"}, SO_Order_Status = {'Completed'} &amp;gt;} SO_Product_Amt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although, I am able to get the chart if I remove the date factor.&lt;/P&gt;&lt;P&gt;Pls help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 05:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/GeoAnalytics/Not-able-to-produce-bar-graph-with-date-factor/m-p/1271823#M860</guid>
      <dc:creator>elixirsol</dc:creator>
      <dc:date>2017-03-24T05:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to produce bar graph with date factor</title>
      <link>https://community.qlik.com/t5/GeoAnalytics/Not-able-to-produce-bar-graph-with-date-factor/m-p/1271824#M861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that your date-variable won't be correctly interpreted - to check this change your chart into a table-chart and remove a possible label for this expression and then take a look on the lable-field in which qlik displayed how the expression-parts are evaluated (you might need another dummy-expression like = 1 therewith the chart contained data through a working expression).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 14:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/GeoAnalytics/Not-able-to-produce-bar-graph-with-date-factor/m-p/1271824#M861</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-03-24T14:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to produce bar graph with date factor</title>
      <link>https://community.qlik.com/t5/GeoAnalytics/Not-able-to-produce-bar-graph-with-date-factor/m-p/1271825#M862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your prompt response. However, I'm unable to plot the graph in QlikSense. The Set Analysis works fine in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm creating the variable like this in the script. &lt;/P&gt;&lt;P&gt;LET vDate = Date#('15-Feb-2017');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 05:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/GeoAnalytics/Not-able-to-produce-bar-graph-with-date-factor/m-p/1271825#M862</guid>
      <dc:creator>elixirsol</dc:creator>
      <dc:date>2017-03-27T05:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to produce bar graph with date factor</title>
      <link>https://community.qlik.com/t5/GeoAnalytics/Not-able-to-produce-bar-graph-with-date-factor/m-p/1271826#M863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vDate = date(date#('15-Feb-2017', 'DD-MMM-YYYY'), 'FormatFromSalesOrderDate');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum ( {&amp;lt;Sales_Order_Date = {"&amp;lt;=&lt;STRONG&gt;'$(vDate)'&lt;/STRONG&gt;"}, SO_Order_Backlog_Flag = {1},In_Out = {"Out"}, SO_Order_Status = {'Completed'} &amp;gt;} SO_Product_Amt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 07:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/GeoAnalytics/Not-able-to-produce-bar-graph-with-date-factor/m-p/1271826#M863</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-03-27T07:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to produce bar graph with date factor</title>
      <link>https://community.qlik.com/t5/GeoAnalytics/Not-able-to-produce-bar-graph-with-date-factor/m-p/1271827#M864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Marcus. It worked. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 06:26:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/GeoAnalytics/Not-able-to-produce-bar-graph-with-date-factor/m-p/1271827#M864</guid>
      <dc:creator>elixirsol</dc:creator>
      <dc:date>2017-03-29T06:26:24Z</dc:date>
    </item>
  </channel>
</rss>

