<?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: Only with If statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Only-with-If-statement/m-p/66004#M781245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sunny its works after selecting welll name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2018 16:45:26 GMT</pubDate>
    <dc:creator>manu1512</dc:creator>
    <dc:date>2018-03-21T16:45:26Z</dc:date>
    <item>
      <title>Only with If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Only-with-If-statement/m-p/66000#M781240</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;Can any one tell me the function of only ? and what does this function is doing in below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ONLY({&amp;lt;Well.Name=&amp;gt;}IF(Well.Name='HW08',TW_SP_BO.Reservoir_Pressure))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i am removing &lt;SPAN style="font-size: 13.3333px;"&gt;ONLY({&amp;lt;Well.Name=&amp;gt;} then expression is giving me null values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Please help&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Manu&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/Only-with-If-statement/m-p/66000#M781240</guid>
      <dc:creator>manu1512</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Only with If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Only-with-If-statement/m-p/66001#M781241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should work, Even if you remove Only() and Degrade Field? Aren't you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;IF(Well.Name='HW08',[TW_SP_BO.Reservoir_Pressure])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 16:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-with-If-statement/m-p/66001#M781241</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-03-21T16:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Only with If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Only-with-If-statement/m-p/66002#M781242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the only purpose here is to be able to use set analysis here... have you made a selection in Well.Name field when it turns to null?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 16:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-with-If-statement/m-p/66002#M781242</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-21T16:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Only with If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Only-with-If-statement/m-p/66003#M781244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;extract from help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial-BoldMT;"&gt;&lt;STRONG&gt;Only() &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN lang="JA" style="font-family: ArialMT; font-size: 10pt;"&gt;&lt;SPAN lang="JA" style="font-family: ArialMT; font-size: 10pt;"&gt;returns a value if there is one and only one possible result from the aggregated data. If the records&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="JA" style="font-family: ArialMT; font-size: 10pt;"&gt;&lt;SPAN lang="JA" style="font-family: ArialMT; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if it returns null, it is because theri is more that one value in Well.Name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 16:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-with-If-statement/m-p/66003#M781244</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-03-21T16:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Only with If statement</title>
      <link>https://community.qlik.com/t5/QlikView/Only-with-If-statement/m-p/66004#M781245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sunny its works after selecting welll name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 16:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-with-If-statement/m-p/66004#M781245</guid>
      <dc:creator>manu1512</dc:creator>
      <dc:date>2018-03-21T16:45:26Z</dc:date>
    </item>
  </channel>
</rss>

