<?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: Plot A Graph in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Plot-A-Graph/m-p/80031#M5309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks you Digvijay!!&lt;/P&gt;&lt;P&gt;The above Solution works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Apr 2018 06:56:47 GMT</pubDate>
    <dc:creator>sarasmonu</dc:creator>
    <dc:date>2018-04-10T06:56:47Z</dc:date>
    <item>
      <title>Plot A Graph</title>
      <link>https://community.qlik.com/t5/App-Development/Plot-A-Graph/m-p/80027#M5305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my requirement:&lt;/P&gt;&lt;P&gt;I have a field called "Parameter" and each parameter has a numeric value associated with it which is coming from another column "Performance".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want user should be to select 2 parameter : Say we have 2 filter - 1. Select Parameter A 2. Select Parameter B&lt;/P&gt;&lt;P&gt;Once the Parameter is Selected, i want a graph to be plotted as below:&lt;/P&gt;&lt;P&gt;Parameter A on x - Axis&lt;/P&gt;&lt;P&gt;Parameter B on y- Axis&lt;/P&gt;&lt;P&gt;and the intersecting Performance Value of "Parameter A" and "Parameter B" should be plotted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me with anyithing possible on this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Monu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 15:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Plot-A-Graph/m-p/80027#M5305</guid>
      <dc:creator>sarasmonu</dc:creator>
      <dc:date>2018-04-09T15:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Plot A Graph</title>
      <link>https://community.qlik.com/t5/App-Development/Plot-A-Graph/m-p/80028#M5306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may do something like this - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create island table 1 having just parameter field, rename it to ParameterA.&lt;/P&gt;&lt;P&gt;2. Create island table 2 having just parameter field, rename it to ParameterB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use filters in UI for these fields to select the Parameter A and Parameter B, use scatter plot to plot the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In scatter plot choose any associated dimension with the fact table parameter values as a chart dimension.&lt;/P&gt;&lt;P&gt;4. Measure1 - Sum({&amp;lt;Parameterfieldoffacttable={$(=chr(39)&amp;amp;Parameter&lt;STRONG&gt;A&lt;/STRONG&gt; &amp;amp; chr(39))}PerformanceField)&lt;/P&gt;&lt;P&gt;5.Measure2- Sum({&amp;lt;Parameterfieldoffacttable={$(=chr(39)&amp;amp;Parameter&lt;STRONG&gt;B&lt;/STRONG&gt; &amp;amp; chr(39))}PerformanceField)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 15:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Plot-A-Graph/m-p/80028#M5306</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-04-09T15:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Plot A Graph</title>
      <link>https://community.qlik.com/t5/App-Development/Plot-A-Graph/m-p/80029#M5307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Digvijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the above solution you gave. I am not really sure what should i be using for dimension in Scatter Plot.&lt;/P&gt;&lt;P&gt;I am currently using "Parmeter" field from the fact table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It says: "The chart is not displayed because it contains only unidentified values".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the screen shot attched.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Monu&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Example.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198955_Example.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 15:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Plot-A-Graph/m-p/80029#M5307</guid>
      <dc:creator>sarasmonu</dc:creator>
      <dc:date>2018-04-09T15:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Plot A Graph</title>
      <link>https://community.qlik.com/t5/App-Development/Plot-A-Graph/m-p/80030#M5308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use any dimension linked to your fact table, pl share the actual measures you have used in the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 16:09:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Plot-A-Graph/m-p/80030#M5308</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-04-09T16:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Plot A Graph</title>
      <link>https://community.qlik.com/t5/App-Development/Plot-A-Graph/m-p/80031#M5309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks you Digvijay!!&lt;/P&gt;&lt;P&gt;The above Solution works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 06:56:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Plot-A-Graph/m-p/80031#M5309</guid>
      <dc:creator>sarasmonu</dc:creator>
      <dc:date>2018-04-10T06:56:47Z</dc:date>
    </item>
  </channel>
</rss>

