<?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: Filter issue in displaying graphs in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filter-issue-in-displaying-graphs/m-p/1231251#M24073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very very much Stefan. The issue is resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please resolve one more issue??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 Nov 2016 15:02:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-11-26T15:02:37Z</dc:date>
    <item>
      <title>Filter issue in displaying graphs</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-issue-in-displaying-graphs/m-p/1231244#M24066</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;I have created a KPI and a graph on a sheet. Both using the data from same table. There is a date filter also on the sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please help so that if I select a valuev or values&amp;nbsp; from the filter, it should effect only the KPIs and the graph should remain same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The filter is startdate. In KPI, I am doing sum of sales. And, the Graph has Daywise sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahul &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Nov 2016 13:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-issue-in-displaying-graphs/m-p/1231244#M24066</guid>
      <dc:creator />
      <dc:date>2016-11-26T13:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Filter issue in displaying graphs</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-issue-in-displaying-graphs/m-p/1231245#M24067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use alternate states to achieve this (other approaches also possible),&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Alternate%20States.htm" title="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Alternate%20States.htm"&gt;https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Alternate%20States.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just&amp;nbsp; create an alternate state in Settings - Document properties and set the filter / list box and the KPI to the alternate state in general tab of the chart objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Nov 2016 13:58:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-issue-in-displaying-graphs/m-p/1231245#M24067</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-11-26T13:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Filter issue in displaying graphs</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-issue-in-displaying-graphs/m-p/1231246#M24068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternatively, use set analysis in the graph chart to ignore the filter field selections:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if your dimension is Date and you are using an expression like&lt;/P&gt;&lt;P&gt;=Sum(SalesField)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then add a set expression to ignore the filter selection in field startdate:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(&lt;STRONG&gt;{&amp;lt;startdate= &amp;gt;} &lt;/STRONG&gt;SalesField)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Nov 2016 14:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-issue-in-displaying-graphs/m-p/1231246#M24068</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-11-26T14:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Filter issue in displaying graphs</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-issue-in-displaying-graphs/m-p/1231247#M24069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think Alternate state setting can be done in Qlik View. While, I have created KPI and graph in Qlik sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, wrt your second solution. I am alreay using set analysis in the graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;SessionCount={1},ReportType={'DAILY'}&amp;gt;}(sales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not working when I am selecting a value from the filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Nov 2016 14:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-issue-in-displaying-graphs/m-p/1231247#M24069</guid>
      <dc:creator />
      <dc:date>2016-11-26T14:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Filter issue in displaying graphs</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-issue-in-displaying-graphs/m-p/1231248#M24070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I missed that you are using QlikSense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure why the second approach is not working, which field are you using in your filter and how have you tried to ignore it in your set expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you maybe upload a small sample QVF?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Nov 2016 14:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-issue-in-displaying-graphs/m-p/1231248#M24070</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-11-26T14:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Filter issue in displaying graphs</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-issue-in-displaying-graphs/m-p/1231249#M24071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In&amp;nbsp; filter, KPI and Graph, it is the same startdate field I am using. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In graph, start date is used as dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify that using the above set analysis shared by me, apart from other filters I am already using i.e., reporttypr and sessioncount, how can I add startdate in that and can avoid startdate filter for the graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahul &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Nov 2016 14:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-issue-in-displaying-graphs/m-p/1231249#M24071</guid>
      <dc:creator />
      <dc:date>2016-11-26T14:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Filter issue in displaying graphs</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-issue-in-displaying-graphs/m-p/1231250#M24072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try &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: 12px; background-color: #f2f2f2;"&gt;SUM({&amp;lt;SessionCount={1},ReportType={'DAILY'}, &lt;STRONG&gt;startdate =&lt;/STRONG&gt; &amp;gt;}(sales))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double check that field name startdate is spelled correctly according to the field in your data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also ignore &lt;SPAN style="text-decoration: underline;"&gt;all&lt;/SPAN&gt; selections and set the two field filter like&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: 12px; background-color: #f2f2f2;"&gt;SUM({&lt;STRONG&gt;1&lt;/STRONG&gt;&amp;lt;SessionCount={1},ReportType={'DAILY'}&amp;gt;}(sales))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Nov 2016 14:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-issue-in-displaying-graphs/m-p/1231250#M24072</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-11-26T14:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Filter issue in displaying graphs</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-issue-in-displaying-graphs/m-p/1231251#M24073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very very much Stefan. The issue is resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please resolve one more issue??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Nov 2016 15:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-issue-in-displaying-graphs/m-p/1231251#M24073</guid>
      <dc:creator />
      <dc:date>2016-11-26T15:02:37Z</dc:date>
    </item>
  </channel>
</rss>

