<?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: How to write expression for following requirement? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-write-expression-for-following-requirement/m-p/1439543#M432093</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Basic syntax of IF statement is like :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;EM&gt;If ( &amp;lt;condition&amp;gt;, &amp;lt;execute when TRUE&amp;gt;, &amp;lt;execute when FALSE&amp;gt;)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hence, you may try like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If( &lt;SPAN style="color: #000000; font-family: 'Segoe UI', sans-serif; font-size: 13.3333px;"&gt;COL='PAS P1@Net List USD'&lt;/SPAN&gt;, &lt;SPAN style="color: #000000; font-family: 'Segoe UI', sans-serif; font-size: 13.3333px;"&gt;sum (PAS P1@Net List USD)&lt;/SPAN&gt; ,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If( &lt;SPAN style="color: #000000; font-family: 'Segoe UI', sans-serif; font-size: 13.3333px;"&gt;COL= 'PAS P1@Net Amount'&lt;/SPAN&gt;,&amp;nbsp; &lt;SPAN style="color: #000000; font-family: 'Segoe UI', sans-serif; font-size: 13.3333px;"&gt;sum(PAS P1@Net Amount)&lt;/SPAN&gt;, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If( &lt;SPAN style="color: #000000; font-family: 'Segoe UI', sans-serif; font-size: 13.3333px;"&gt;COL = 'PAS P1@Net Contra&lt;/SPAN&gt;',&amp;nbsp; &lt;SPAN style="color: #000000; font-family: 'Segoe UI', sans-serif; font-size: 13.3333px;"&gt;sum(PAS P1@Net Contra) &lt;/SPAN&gt;)))&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Sep 2017 09:23:46 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2017-09-19T09:23:46Z</dc:date>
    <item>
      <title>How to write expression for following requirement?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-expression-for-following-requirement/m-p/1439542#M432092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN lang="EN-IN" style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;I have following inline table every value is a dimension&amp;nbsp; in another table?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;TableRevenueInline:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;Load * inline&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;[&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;COL&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;PAS P1@Net List USD &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;PAS P1@Net Amount&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;PAS P1@Net Contra&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;in a pivot table&amp;nbsp;&amp;nbsp; I am using 'COL' as dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;and in expression I have find out &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;sum (PAS P1@Net List USD) if value is COL='PAS P1@Net List USD'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;sum(PAS P1@Net Amount) if COL= 'PAS P1@Net Amount'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;sum(PAS P1@Net Contra) if COL = PAS P1@Net Contra&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 10.0pt; font-family: 'Segoe UI','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; Please help me to write the expression to get the accurate value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 09:09:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-expression-for-following-requirement/m-p/1439542#M432092</guid>
      <dc:creator>dolly777</dc:creator>
      <dc:date>2017-09-19T09:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to write expression for following requirement?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-expression-for-following-requirement/m-p/1439543#M432093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Basic syntax of IF statement is like :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;EM&gt;If ( &amp;lt;condition&amp;gt;, &amp;lt;execute when TRUE&amp;gt;, &amp;lt;execute when FALSE&amp;gt;)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hence, you may try like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If( &lt;SPAN style="color: #000000; font-family: 'Segoe UI', sans-serif; font-size: 13.3333px;"&gt;COL='PAS P1@Net List USD'&lt;/SPAN&gt;, &lt;SPAN style="color: #000000; font-family: 'Segoe UI', sans-serif; font-size: 13.3333px;"&gt;sum (PAS P1@Net List USD)&lt;/SPAN&gt; ,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If( &lt;SPAN style="color: #000000; font-family: 'Segoe UI', sans-serif; font-size: 13.3333px;"&gt;COL= 'PAS P1@Net Amount'&lt;/SPAN&gt;,&amp;nbsp; &lt;SPAN style="color: #000000; font-family: 'Segoe UI', sans-serif; font-size: 13.3333px;"&gt;sum(PAS P1@Net Amount)&lt;/SPAN&gt;, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If( &lt;SPAN style="color: #000000; font-family: 'Segoe UI', sans-serif; font-size: 13.3333px;"&gt;COL = 'PAS P1@Net Contra&lt;/SPAN&gt;',&amp;nbsp; &lt;SPAN style="color: #000000; font-family: 'Segoe UI', sans-serif; font-size: 13.3333px;"&gt;sum(PAS P1@Net Contra) &lt;/SPAN&gt;)))&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 09:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-expression-for-following-requirement/m-p/1439543#M432093</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-09-19T09:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to write expression for following requirement?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-expression-for-following-requirement/m-p/1439544#M432094</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;As i see if your doing some aggregation function it should be numeric value but as per your requirement it seems your summing strings &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;elaborate the requirement it&amp;nbsp; means is there any data linked to NEt list usd ,Netamount &amp;amp;Netcontra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 09:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-expression-for-following-requirement/m-p/1439544#M432094</guid>
      <dc:creator>hari8088</dc:creator>
      <dc:date>2017-09-19T09:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to write expression for following requirement?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-expression-for-following-requirement/m-p/1439545#M432095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pick(wildmatch(&lt;SPAN style="color: #000000; font-family: 'Segoe UI', sans-serif; font-size: 13.33px;"&gt;&lt;EM&gt;COL&lt;/EM&gt;&lt;/SPAN&gt;,&lt;SPAN style="font-family: Segoe UI;"&gt;'PAS P1@Net List USD'&lt;/SPAN&gt;,&lt;SPAN style="font-family: Segoe UI;"&gt;'PAS P1@Net Amount'&lt;/SPAN&gt;,'&lt;SPAN style="font-family: Segoe UI;"&gt;PAS P1@Net Contra&lt;/SPAN&gt;'),&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-IN" style="color: black; font-family: 'Segoe UI','sans-serif'; font-size: 10pt;"&gt;sum (PAS P1@Net List USD)&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-IN" style="color: black; font-family: 'Segoe UI','sans-serif'; font-size: 10pt;"&gt;sum(PAS P1@Net Amount)&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-IN" style="color: black; font-family: 'Segoe UI','sans-serif'; font-size: 10pt;"&gt;sum(PAS P1@Net Contra)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-IN" style="color: black; font-family: 'Segoe UI','sans-serif'; font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 09:26:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-expression-for-following-requirement/m-p/1439545#M432095</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-09-19T09:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to write expression for following requirement?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-expression-for-following-requirement/m-p/1439546#M432096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try the dynamic expression:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Sum([$(=COL)])&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 09:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-expression-for-following-requirement/m-p/1439546#M432096</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-09-19T09:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to write expression for following requirement?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-expression-for-following-requirement/m-p/1439547#M432097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks .. I tried this way and got the approximate value but not exact value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 09:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-expression-for-following-requirement/m-p/1439547#M432097</guid>
      <dc:creator>dolly777</dc:creator>
      <dc:date>2017-09-19T09:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to write expression for following requirement?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-expression-for-following-requirement/m-p/1439548#M432098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you share expected output n what you are getting with this code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 09:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-expression-for-following-requirement/m-p/1439548#M432098</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-09-19T09:46:27Z</dc:date>
    </item>
  </channel>
</rss>

