<?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: syntax expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/syntax-expression/m-p/1201938#M880872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="SV" style="color: black; font-family: 'Arial','sans-serif';"&gt;SUM( &lt;/SPAN&gt;&lt;SPAN lang="SV" style="color: red; font-family: 'Arial','sans-serif';"&gt;{&lt;/SPAN&gt;&lt;SPAN lang="SV" style="color: #00b050; font-family: 'Arial','sans-serif';"&gt;&amp;lt;RecordType= {'Members'}, &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="SV" style="color: #00b050; font-family: 'Arial','sans-serif';"&gt;&lt;SPAN lang="SV" style="color: #00b050; font-family: 'Arial','sans-serif';"&gt;&lt;STRONG&gt;DataType= {'Current'}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="SV" style="color: #00b050; font-family: 'Arial','sans-serif';"&gt;&lt;STRONG&gt; &amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN lang="SV" style="color: red; font-family: 'Arial','sans-serif';"&gt;}&lt;/SPAN&gt;&lt;SPAN lang="SV" style="color: black; font-family: 'Arial','sans-serif';"&gt; Values )&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Oct 2016 07:13:20 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2016-10-05T07:13:20Z</dc:date>
    <item>
      <title>syntax expression</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-expression/m-p/1201936#M880870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to state:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the RecordType = 'Members' and the DataType = ' Current' , sum the Values.&amp;nbsp; How do I add the second half to syntax please:-&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I have found other examples but not this one .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 10pt 0px 0px;"&gt;&lt;STRONG&gt;&lt;SPAN lang="SV" style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; mso-bidi-font-size: 11.0pt;"&gt;SUM( &lt;/SPAN&gt;&lt;SPAN lang="SV" style="color: red; line-height: 115%; font-family: 'Arial','sans-serif'; mso-bidi-font-size: 11.0pt;"&gt;{&lt;/SPAN&gt;&lt;SPAN lang="SV" style="color: #00b050; line-height: 115%; font-family: 'Arial','sans-serif'; mso-bidi-font-size: 11.0pt;"&gt;&amp;lt;RecordType= {"Members"} &amp;gt;&lt;/SPAN&gt;&lt;SPAN lang="SV" style="color: red; line-height: 115%; font-family: 'Arial','sans-serif'; mso-bidi-font-size: 11.0pt;"&gt;}&lt;/SPAN&gt;&lt;SPAN lang="SV" style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; mso-bidi-font-size: 11.0pt;"&gt; Values )&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;Laura&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-expression/m-p/1201936#M880870</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: syntax expression</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-expression/m-p/1201937#M880871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;SUM( {&amp;lt;RecordType= {'Members'} &lt;STRONG&gt;,&lt;/STRONG&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;DataType = {'Current'}&lt;/STRONG&gt; &lt;/SPAN&gt; &amp;gt;} Values )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 07:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-expression/m-p/1201937#M880871</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-10-05T07:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: syntax expression</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-expression/m-p/1201938#M880872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="SV" style="color: black; font-family: 'Arial','sans-serif';"&gt;SUM( &lt;/SPAN&gt;&lt;SPAN lang="SV" style="color: red; font-family: 'Arial','sans-serif';"&gt;{&lt;/SPAN&gt;&lt;SPAN lang="SV" style="color: #00b050; font-family: 'Arial','sans-serif';"&gt;&amp;lt;RecordType= {'Members'}, &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="SV" style="color: #00b050; font-family: 'Arial','sans-serif';"&gt;&lt;SPAN lang="SV" style="color: #00b050; font-family: 'Arial','sans-serif';"&gt;&lt;STRONG&gt;DataType= {'Current'}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="SV" style="color: #00b050; font-family: 'Arial','sans-serif';"&gt;&lt;STRONG&gt; &amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN lang="SV" style="color: red; font-family: 'Arial','sans-serif';"&gt;}&lt;/SPAN&gt;&lt;SPAN lang="SV" style="color: black; font-family: 'Arial','sans-serif';"&gt; Values )&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 07:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-expression/m-p/1201938#M880872</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-10-05T07:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: syntax expression</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-expression/m-p/1201939#M880873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes the color alone can win you points. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 07:21:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-expression/m-p/1201939#M880873</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-10-05T07:21:21Z</dc:date>
    </item>
  </channel>
</rss>

