<?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 helpppppp in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Need-helpppppp/m-p/1828330#M68225</link>
    <description>&lt;P&gt;Hi Steve , thanks for the reply&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I want to display the exact values not the aggregates like sum / count&amp;nbsp;&lt;/P&gt;&lt;P&gt;Every month has unique actual and target value&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to display just actual value without any aggregation for that particular month ..and a trend line displaying the target value for that month&lt;/P&gt;&lt;P&gt;Like wise for all months ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Aug 2021 16:36:55 GMT</pubDate>
    <dc:creator>anjanak</dc:creator>
    <dc:date>2021-08-12T16:36:55Z</dc:date>
    <item>
      <title>Need helpppppp</title>
      <link>https://community.qlik.com/t5/App-Development/Need-helpppppp/m-p/1828326#M68223</link>
      <description>&lt;P&gt;I am a beginner in Qliksense I have data in this format&lt;/P&gt;&lt;P&gt;Value type&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Value&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Period&lt;/P&gt;&lt;P&gt;Actual&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 50.5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1/8/21&lt;/P&gt;&lt;P&gt;Target&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;80.10&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1/8/21&lt;/P&gt;&lt;P&gt;Actual&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 70.5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1/7/21&lt;/P&gt;&lt;P&gt;Target&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 73.5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1/7/21&lt;/P&gt;&lt;P&gt;Now I need to plot a bar chat With Period as X-axis And&lt;/P&gt;&lt;P&gt;Actual Value as Y-axis And a trend line of the target value&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me with how to get this done&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 16:16:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-helpppppp/m-p/1828326#M68223</guid>
      <dc:creator>anjanak</dc:creator>
      <dc:date>2021-08-12T16:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need helpppppp</title>
      <link>https://community.qlik.com/t5/App-Development/Need-helpppppp/m-p/1828328#M68224</link>
      <description>&lt;P&gt;Use Combo chart.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Dimension =&amp;nbsp;Period&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Expression1 = Sum({&amp;lt;Value type={'Actual'}&amp;gt;} Value) , display as bar&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Expression2 =&amp;nbsp;Sum({&amp;lt;Value type={'Target'}&amp;gt;} Value), display as line&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 16:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-helpppppp/m-p/1828328#M68224</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-08-12T16:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need helpppppp</title>
      <link>https://community.qlik.com/t5/App-Development/Need-helpppppp/m-p/1828330#M68225</link>
      <description>&lt;P&gt;Hi Steve , thanks for the reply&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I want to display the exact values not the aggregates like sum / count&amp;nbsp;&lt;/P&gt;&lt;P&gt;Every month has unique actual and target value&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to display just actual value without any aggregation for that particular month ..and a trend line displaying the target value for that month&lt;/P&gt;&lt;P&gt;Like wise for all months ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 16:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-helpppppp/m-p/1828330#M68225</guid>
      <dc:creator>anjanak</dc:creator>
      <dc:date>2021-08-12T16:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need helpppppp</title>
      <link>https://community.qlik.com/t5/App-Development/Need-helpppppp/m-p/1828332#M68226</link>
      <description>&lt;P&gt;Did you use the calculations and see what happens?&amp;nbsp; I don't understand your concern.&amp;nbsp; You need some function around your field (max, sum, avg...).&amp;nbsp; If you only have 1 value and that's what you want to display then really your function doesn't matter.&amp;nbsp; If there is something else going on, please share details.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 16:42:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-helpppppp/m-p/1828332#M68226</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-08-12T16:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need helpppppp</title>
      <link>https://community.qlik.com/t5/App-Development/Need-helpppppp/m-p/1828333#M68227</link>
      <description>&lt;P&gt;Jan to Dec I have two set of Values one Is actual and other is Target&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't need any aggregate functions here&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just need to plot for every month how much is actual (achieved) vs how much target we set for that particular month&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like wise for every month data needs to be plotted&amp;nbsp;&lt;/P&gt;&lt;P&gt;The one you said is throwing an expression error&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 16:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-helpppppp/m-p/1828333#M68227</guid>
      <dc:creator>anjanak</dc:creator>
      <dc:date>2021-08-12T16:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need helpppppp</title>
      <link>https://community.qlik.com/t5/App-Development/Need-helpppppp/m-p/1828338#M68230</link>
      <description>&lt;P&gt;Enclose your field names in [ ].&amp;nbsp; The set analysis is what limits to actual vs target.&amp;nbsp; If that's unclear I recommend you do some research on expressions and set analysis.&amp;nbsp; This is a straightforward calculation.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sum({&amp;lt;[Value type]={'Actual'}&amp;gt;} [Value])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sum({&amp;lt;[Value type]={'Target'}&amp;gt;} [Value])&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 17:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-helpppppp/m-p/1828338#M68230</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-08-12T17:23:55Z</dc:date>
    </item>
  </channel>
</rss>

