<?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: How to filter the data to represent in graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-to-represent-in-graph/m-p/1048180#M522495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use set analysis in your expression. Suppose your expression is Sum([Total Amount]), then change it to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;[Recovery State] = {'Write Off'}&amp;gt;}&lt;/SPAN&gt; [Total Amount])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Apr 2016 12:38:36 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-04-04T12:38:36Z</dc:date>
    <item>
      <title>How to filter the data to represent in graph</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-to-represent-in-graph/m-p/1048179#M522493</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;I have just started working on QV couple of days back. Till now I am very much fine with Ok with creating basic visualization. But now I got stuck in one place&lt;/P&gt;&lt;P&gt;Lets Suppose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 4 columns in my data 1. Recovery State 2. Month 3. No. of transactions and 4. Total Amount.&lt;/P&gt;&lt;P&gt;Recovery State have states like Write Off, Refunded, Charge back etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a chart for Month wise transactions however I want chart to calculate the data only for Write Off state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can easily do it by creating list box and select Write Off in that however I dont want to create a list box instead I want to put condition by any formula in chart only that it pick data for only given state&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 12:35:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-to-represent-in-graph/m-p/1048179#M522493</guid>
      <dc:creator />
      <dc:date>2016-04-04T12:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data to represent in graph</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-to-represent-in-graph/m-p/1048180#M522495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use set analysis in your expression. Suppose your expression is Sum([Total Amount]), then change it to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;[Recovery State] = {'Write Off'}&amp;gt;}&lt;/SPAN&gt; [Total Amount])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 12:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-to-represent-in-graph/m-p/1048180#M522495</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-04T12:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data to represent in graph</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-to-represent-in-graph/m-p/1048181#M522496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great Thanks!!! I think I should also start studying scripting part of QV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 12:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-to-represent-in-graph/m-p/1048181#M522496</guid>
      <dc:creator />
      <dc:date>2016-04-04T12:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data to represent in graph</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-to-represent-in-graph/m-p/1048182#M522497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.. Its working fine for one condition. Can I put multiple crirterias as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;[Recovery State_Rec] = {'Written Off'}&amp;gt;&amp;lt;[Fraud Type_Rec] = {'MOTO/Internet'}&amp;gt;} [Posted Amount_Rec])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 13:15:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-to-represent-in-graph/m-p/1048182#M522497</guid>
      <dc:creator />
      <dc:date>2016-04-04T13:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data to represent in graph</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-to-represent-in-graph/m-p/1048183#M522498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, try this:&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;&lt;STRONG&gt;Sum({&amp;lt;[Recovery State_Rec] = {'Written Off'}, [Fraud Type_Rec] = {'MOTO/Internet'}&amp;gt;} [Posted Amount_Rec])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 13:32:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-to-represent-in-graph/m-p/1048183#M522498</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-04T13:32:11Z</dc:date>
    </item>
  </channel>
</rss>

