<?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: Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help/m-p/532969#M199095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Define a variable as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vSelectedRTI = if(IsNull(&lt;SPAN class="Bold"&gt;getfieldselections&lt;/SPAN&gt;([Relat Type Identifier])),1,&lt;SPAN class="Bold"&gt;getfieldselections&lt;/SPAN&gt;([Relat Type Identifier]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use below expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({&amp;lt;[Date Identifier] = {'&amp;gt;=$(vPreviousWeekStart)&amp;lt;=$(vPreviousWeekEnd)'},[Call Status ID] ={5},[Relat Type Identifier]={'$(vSelectedRTI)'}&amp;gt;}[Call Count])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Som&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Sep 2013 05:18:08 GMT</pubDate>
    <dc:creator>somenathroy</dc:creator>
    <dc:date>2013-09-18T05:18:08Z</dc:date>
    <item>
      <title>Help</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/532963#M199089</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;&lt;/P&gt;&lt;P&gt;I have an issue with Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calls Expression&amp;nbsp; =sum({&amp;lt;[Date Identifier] = {'&amp;gt;=$(vPreviousWeekStart)&amp;lt;=$(vPreviousWeekEnd),[Call Status ID] ={5},[Relat Type Identifier]={1}'}&amp;gt;}[Call Count])&lt;/P&gt;&lt;P&gt;PCalls Expression =sum({&amp;lt;[Date Identifier] = {'&amp;gt;=$(vPreviousWeekStart)&amp;lt;=$(vPreviousWeekEnd),[Call Status ID] ={5},[Relat Type Identifier]={2}'}&amp;gt;}[Call Count])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have there two expression in Barchart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&amp;nbsp; same i have one list box which is having values 1 and 2&lt;/P&gt;&lt;P&gt;list box name Relat Type Identifier=1,2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i click one value(1)or(2) in list box barchart will appier only 1 or 2 values&lt;/P&gt;&lt;P&gt;but im getting both Bars in chart&lt;/P&gt;&lt;P&gt;some one help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;niru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 04:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/532963#M199089</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2013-09-18T04:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/532964#M199090</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;sum({&amp;lt;[Date Identifier] = {'&amp;gt;=$(vPreviousWeekStart)&amp;lt;=$(vPreviousWeekEnd),[Call Status ID] ={5}&lt;SPAN style="text-decoration: line-through;"&gt;,[Relat Type Identifier]={1}&lt;/SPAN&gt; '}&amp;gt;}[Call Count])&lt;/P&gt;&lt;P&gt;PCalls Expression =sum({&amp;lt;[Date Identifier] = {'&amp;gt;=$(vPreviousWeekStart)&amp;lt;=$(vPreviousWeekEnd),[Call Status ID] ={5}&lt;SPAN style="text-decoration: line-through;"&gt;,[Relat Type Identifier]={1} &lt;/SPAN&gt;'}&amp;gt;}[Call Count])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 04:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/532964#M199090</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-18T04:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/532965#M199091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but i need to be use these filter in Expression&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;[Date Identifier] = {'&amp;gt;=$(vPreviousWeekStart)&amp;lt;=$(vPreviousWeekEnd),[Call Status ID] ={5},[Relat Type Identifier]={1}'}&amp;gt;}[Call Count])&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;[Date Identifier] = {'&amp;gt;=$(vPreviousWeekStart)&amp;lt;=$(vPreviousWeekEnd),[Call Status ID] ={5},[Relat Type Identifier]={2}'}&amp;gt;}[Call Count])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 04:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/532965#M199091</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2013-09-18T04:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/532966#M199092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you want one expression to be active at a time. If so, try expression enablement conditional. Go to expression tab, select first expression, select conditional (unser Show sub menu). Expression =[Relat Type Identifier]=1&lt;/P&gt;&lt;P&gt;Similarly for second expression = [Relat Type Identifier]=2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 04:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/532966#M199092</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-18T04:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/532967#M199093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if i give condition enable&amp;nbsp; when i will open QVW chart will show empty&lt;/P&gt;&lt;P&gt;atleast one should be select one list box ,&lt;/P&gt;&lt;P&gt;chat will show both &lt;/P&gt;&lt;P&gt;when i&amp;nbsp; select listbox value it filter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 04:59:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/532967#M199093</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2013-09-18T04:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/532968#M199094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For first expression put:&lt;/P&gt;&lt;P&gt;=[Relat Type Identifier]&amp;lt;&amp;gt;2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 05:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/532968#M199094</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-18T05:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/532969#M199095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Define a variable as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vSelectedRTI = if(IsNull(&lt;SPAN class="Bold"&gt;getfieldselections&lt;/SPAN&gt;([Relat Type Identifier])),1,&lt;SPAN class="Bold"&gt;getfieldselections&lt;/SPAN&gt;([Relat Type Identifier]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use below expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({&amp;lt;[Date Identifier] = {'&amp;gt;=$(vPreviousWeekStart)&amp;lt;=$(vPreviousWeekEnd)'},[Call Status ID] ={5},[Relat Type Identifier]={'$(vSelectedRTI)'}&amp;gt;}[Call Count])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Som&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 05:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/532969#M199095</guid>
      <dc:creator>somenathroy</dc:creator>
      <dc:date>2013-09-18T05:18:08Z</dc:date>
    </item>
  </channel>
</rss>

