<?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: Expression Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397431#M424065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one for example.&lt;/P&gt;&lt;P&gt;In the first text box i would like to see the first price, for example for the product A. So the correct value should be 1,1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Nov 2017 14:31:03 GMT</pubDate>
    <dc:creator>andrea90casa</dc:creator>
    <dc:date>2017-11-15T14:31:03Z</dc:date>
    <item>
      <title>Expression Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397424#M424058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi at all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a dataset with one field called data and another one called unit price&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create a formula that shows me the first available unit price for a specific product, i have created a variable called MinData with this formula =Min(data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then i wanted to try this one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avg({&amp;lt;data = $(=MinData)&amp;gt;}Unit_Price)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it doesn't work, anyone can help me with this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 13:57:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397424#M424058</guid>
      <dc:creator>andrea90casa</dc:creator>
      <dc:date>2017-11-15T13:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397425#M424059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be flower bracket missed as syntax of set expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avg({&amp;lt;data = &lt;STRONG&gt;{&lt;/STRONG&gt;$(=MinData)&lt;STRONG&gt;}&lt;/STRONG&gt;&amp;gt;}Unit_Price)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 14:00:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397425#M424059</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-15T14:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397426#M424060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with curly brakets in that position but it hasn't worked too &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 14:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397426#M424060</guid>
      <dc:creator>andrea90casa</dc:creator>
      <dc:date>2017-11-15T14:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397427#M424061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avg({&amp;lt;data = &lt;STRONG&gt;{"=&lt;/STRONG&gt;$(=MinData)"&lt;STRONG&gt;}&lt;/STRONG&gt;&amp;gt;}Unit_Price)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Avg({&amp;lt;data = &lt;STRONG&gt;{"=&lt;/STRONG&gt;$(MinData)"&lt;STRONG&gt;}&lt;/STRONG&gt;&amp;gt;}Unit_Price)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 14:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397427#M424061</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-11-15T14:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397428#M424062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Avg({&amp;lt;data = {'$(MinData)}&amp;gt;}Unit_Price)'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 14:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397428#M424062</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-15T14:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397429#M424063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with this solutions it calcs the average considering all the unite price and it doesn't give to me the only first one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 14:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397429#M424063</guid>
      <dc:creator>andrea90casa</dc:creator>
      <dc:date>2017-11-15T14:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397430#M424064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share some sample data to debug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 14:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397430#M424064</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-11-15T14:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397431#M424065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one for example.&lt;/P&gt;&lt;P&gt;In the first text box i would like to see the first price, for example for the product A. So the correct value should be 1,1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 14:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397431#M424065</guid>
      <dc:creator>andrea90casa</dc:creator>
      <dc:date>2017-11-15T14:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397432#M424066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;=aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;avg&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Unit_Price&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Product&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 14:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397432#M424066</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-11-15T14:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397433#M424067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/183385_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;With that expression the result is 1.188 so the mean of all that value, so it is not give to me the min data unit price (01/01/2017 = 1,1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 14:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397433#M424067</guid>
      <dc:creator>andrea90casa</dc:creator>
      <dc:date>2017-11-15T14:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397434#M424068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MinData variable settings I have added expression as &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Min&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;avg&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"$(MinData)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Unit_Price&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hope it works&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 14:57:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397434#M424068</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-11-15T14:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397435#M424069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. It's works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 14:59:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Set-Analysis/m-p/1397435#M424069</guid>
      <dc:creator>andrea90casa</dc:creator>
      <dc:date>2017-11-15T14:59:11Z</dc:date>
    </item>
  </channel>
</rss>

