<?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: Need Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/903526#M990843</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, could not get your requirement. Could you explain a bit more?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2015 11:16:10 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2015-07-20T11:16:10Z</dc:date>
    <item>
      <title>Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/903523#M990840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable Event Trigger not working in my Application.&lt;/P&gt;&lt;P&gt;I have created one Trigger, &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If i am click MonthList field and input field i want to effect to chart..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 03:40:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/903523#M990840</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2015-07-20T03:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/903524#M990841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Couple of issues :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The variable definition could be simplified&lt;/LI&gt;&lt;LI&gt;Trigger field should be DATE rather than MonthList&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not really sure about your exact expected output. May be you can start like I showed in attached sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 04:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/903524#M990841</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-07-20T04:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/903525#M990842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tre,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to Effect only &lt;STRONG&gt;Variable Event Trigger.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;based on MonthList selection and variable..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression should be &lt;STRONG&gt;Count({&amp;lt;Date = {'6/29/2015'}&amp;gt;}ID)&amp;nbsp; or Count(Distinct ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I want to effect based on Trigger,... If i am use expression, don't need trigger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible..????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 11:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/903525#M990842</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2015-07-20T11:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/903526#M990843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, could not get your requirement. Could you explain a bit more?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 11:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/903526#M990843</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-07-20T11:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/903527#M990844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here, we are using this expression in Barchart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=count(distinct (if($(vMonthList)&amp;gt;=Date-$(v3)&amp;nbsp; and $(vMonthList)&amp;lt;=Date-$(v4), ID)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;this expression works fine to me... but&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if we are using this expression, no need &lt;STRONG&gt;Variable event trigger right?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually my requirement i want effect chart based on Trigger...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression i am using in Trigger&lt;/P&gt;&lt;P&gt;=if($(vMonthList)&amp;gt;=Date-$(v3)&amp;nbsp; and $(vMonthList)&amp;lt;=Date-$(v4), DATE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart expression Should be &lt;STRONG&gt;Count(Distinct ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 11:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/903527#M990844</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2015-07-20T11:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/903528#M990845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI..................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 11:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/903528#M990845</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2015-07-20T11:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help/m-p/903529#M990846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess there would be a simpler approach to your solution, which could have been suggested with more more info. However, not going into that try trigger expression like:&lt;/P&gt;&lt;P&gt;='('&amp;amp;Concat(distinct if($(vMonthList)&amp;gt;=Date-$(v3)&amp;nbsp; and $(vMonthList)&amp;lt;=Date-$(v4), DATE),'|')&amp;amp;')'&lt;/P&gt;&lt;P&gt;with v3 and v4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 11:56:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help/m-p/903529#M990846</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-07-20T11:56:47Z</dc:date>
    </item>
  </channel>
</rss>

