<?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: expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/expression/m-p/1023534#M346093</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post your application.!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jan 2016 07:10:37 GMT</pubDate>
    <dc:creator>tamilarasu</dc:creator>
    <dc:date>2016-01-05T07:10:37Z</dc:date>
    <item>
      <title>expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1023529#M346088</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;i developed gantt chart using bar graph dimension is LIstName,and expreesion is&lt;STRONG&gt; max(Date(WOOrderEnd))-min(Date(WOOrderStart&lt;/STRONG&gt;)) and in the offset expression is (WOOrderStart) and i written expressions in the axis tab staticmin,static max&lt;/P&gt;&lt;P&gt;if(GetSelectedCount(WOMonth)=1,Min(WOOrderStart),Min{1}(WOOrderStart))&lt;/P&gt;&lt;P&gt;if(GetSelectedCount(WOMonth)=1,max(WOOrderStart),Max{1}(WOOrderStart))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im struck with the expression actually im trying to show days on the x axis like if you click month field january then in the chart on x axis it should display 1,2,3...31 what is the expression please help me out bit urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 06:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1023529#M346088</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2016-01-05T06:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1023530#M346089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check your expression,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(GetSelectedCount(WOMonth)=1,Min(WOOrderStart),Min&lt;STRONG style="color: #ff0000;"&gt;(&lt;/STRONG&gt;{1}(WOOrderStart)) )&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(GetSelectedCount(WOMonth)=1,max(WOOrderStart),Max&lt;STRONG style="color: #ff0000;"&gt;(&lt;/STRONG&gt;{1}(WOOrderStart)) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 06:17:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1023530#M346089</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-01-05T06:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1023531#M346090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if(GetSelectedCount(WOMonth)=1, Min(WOOrderStart), Min({1}WOOrderStart))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if(GetSelectedCount(WOMonth)=1, max(WOOrderStart), Max({1}WOOrderStart))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 06:22:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1023531#M346090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-05T06:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1023532#M346091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the reply but still im not getting the desired output i changed the expression mentioned by you&lt;/P&gt;&lt;P&gt;any help plz where im going wrong&lt;/P&gt;&lt;P&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;if(GetSelectedCount(WOMonth)=1,Min(WOOrderStart),Min&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{1}(WOOrderStart)) )&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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(GetSelectedCount(WOMonth)=1,max(WOOrderStart),Max&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{1}(WOOrderStart)) )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 06:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1023532#M346091</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2016-01-05T06:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1023533#M346092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually im trying to display days like1,2,3,4....31 if i clik jan filter on the x axis please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 06:57:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1023533#M346092</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2016-01-05T06:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1023534#M346093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post your application.!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 07:10:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1023534#M346093</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-01-05T07:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1023535#M346094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;might be helpful...&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2605"&gt;Recipe for a Gantt chart&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3113"&gt;Files for creation of a Gantt chart&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 07:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1023535#M346094</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-01-05T07:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: expression</title>
      <link>https://community.qlik.com/t5/QlikView/expression/m-p/1023536#M346095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post your app&lt;/P&gt;&lt;P&gt;-Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 07:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression/m-p/1023536#M346095</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-01-05T07:38:58Z</dc:date>
    </item>
  </channel>
</rss>

