<?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 expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/expressions/m-p/789381#M279137</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;how to create such a calculation to&lt;/P&gt;&lt;P&gt;in the column was calculated&lt;/P&gt;&lt;P&gt;sum ()&lt;/P&gt;&lt;P&gt;Enterprise 1 - 100 (minimum value of the Sample)&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;Enterprise 3 - 300&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Dec 2014 16:18:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-25T16:18:32Z</dc:date>
    <item>
      <title>expressions</title>
      <link>https://community.qlik.com/t5/QlikView/expressions/m-p/789381#M279137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;how to create such a calculation to&lt;/P&gt;&lt;P&gt;in the column was calculated&lt;/P&gt;&lt;P&gt;sum ()&lt;/P&gt;&lt;P&gt;Enterprise 1 - 100 (minimum value of the Sample)&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;Enterprise 3 - 300&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 16:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expressions/m-p/789381#M279137</guid>
      <dc:creator />
      <dc:date>2014-12-25T16:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: expressions</title>
      <link>https://community.qlik.com/t5/QlikView/expressions/m-p/789382#M279138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please, can you explain your question in a more detailed way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 18:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expressions/m-p/789382#M279138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-25T18:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: expressions</title>
      <link>https://community.qlik.com/t5/QlikView/expressions/m-p/789383#M279139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try, in summary&lt;/P&gt;&lt;P&gt;we need to get&lt;/P&gt;&lt;P&gt;FOR Enterprise 1 = sum (Price for Sample 1), ie. To the field Sample: sample 1 &amp;lt;sample 2 and sample 3 - to present it as a serial number. (Min String) and&amp;nbsp; = 100&lt;/P&gt;&lt;P&gt;For Enterprise 2 = sum (Price for Sample 4), ie. To the field Sample: Sample 4 &amp;lt;5&amp;nbsp; sample (Min String)&amp;nbsp; and&amp;nbsp; = 400&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 18:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expressions/m-p/789383#M279139</guid>
      <dc:creator />
      <dc:date>2014-12-25T18:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: expressions</title>
      <link>https://community.qlik.com/t5/QlikView/expressions/m-p/789384#M279140</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;Use Class Function.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="example" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Examples:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;class( var,10 )&lt;/SPAN&gt; with &lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;'20&amp;lt;=x&amp;lt;30'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="Italic" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #575757; font-size: 10pt; line-height: 1.5em;"&gt;class( var,10 )&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;here 10 is interval.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;if var =23 , then if your data of field start from 10 then after interval of 10 , 23 lie between 20 to 30.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;so &lt;/SPAN&gt;&lt;BR /&gt;var=23 return 20&amp;lt;=x&amp;lt;30&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 18:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expressions/m-p/789384#M279140</guid>
      <dc:creator />
      <dc:date>2014-12-25T18:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: expressions</title>
      <link>https://community.qlik.com/t5/QlikView/expressions/m-p/789385#M279141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the meaning of this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Sample = MinString(Samle)&amp;gt;} Price)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 18:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expressions/m-p/789385#M279141</guid>
      <dc:creator />
      <dc:date>2014-12-25T18:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: expressions</title>
      <link>https://community.qlik.com/t5/QlikView/expressions/m-p/789386#M279142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;the meaning of this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt;Sample = MinString(Samle)&amp;gt;} Price)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 19:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expressions/m-p/789386#M279142</guid>
      <dc:creator />
      <dc:date>2014-12-25T19:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: expressions</title>
      <link>https://community.qlik.com/t5/QlikView/expressions/m-p/789387#M279143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should be the correct formula, but it seems it doesn't work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MinString({&amp;lt;Sample={"$(=minstring(Sample))"}&amp;gt;} Price)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 19:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expressions/m-p/789387#M279143</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-25T19:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: expressions</title>
      <link>https://community.qlik.com/t5/QlikView/expressions/m-p/789388#M279144</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;Can you attach the sample data.&lt;/P&gt;&lt;P&gt;so that we can help you in better way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub2u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 19:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expressions/m-p/789388#M279144</guid>
      <dc:creator />
      <dc:date>2014-12-25T19:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: expressions</title>
      <link>https://community.qlik.com/t5/QlikView/expressions/m-p/789389#M279145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;should ideally be so&lt;/P&gt;&lt;P&gt;&lt;IMG alt="7440c-clip-4kb.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/74196_7440c-clip-4kb.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;thank &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 19:24:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expressions/m-p/789389#M279145</guid>
      <dc:creator />
      <dc:date>2014-12-25T19:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: expressions</title>
      <link>https://community.qlik.com/t5/QlikView/expressions/m-p/789390#M279146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank, this is something ) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Dec 2014 19:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expressions/m-p/789390#M279146</guid>
      <dc:creator />
      <dc:date>2014-12-25T19:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: expressions</title>
      <link>https://community.qlik.com/t5/QlikView/expressions/m-p/789391#M279147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please, see the attachment and let us know if it is correct!&lt;/P&gt;&lt;P&gt;You can find my solution in the green column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR&lt;/P&gt;&lt;P&gt;Elena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2014 15:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expressions/m-p/789391#M279147</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-31T15:28:17Z</dc:date>
    </item>
  </channel>
</rss>

