<?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: not getting numerical value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403249#M425152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to setting --Variables overview and remove the variable if it still in the list &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Sep 2017 19:17:42 GMT</pubDate>
    <dc:creator>ziadm</dc:creator>
    <dc:date>2017-09-12T19:17:42Z</dc:date>
    <item>
      <title>not getting numerical value</title>
      <link>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403243#M425146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This is the requirement .In the attached qvw in the table if the value of Item 10 and Item 5 is greater than 10, then it would display the value of other field TW_SP_BO.Reservoir_Pressure otherwise display "1*"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Can anyone help me??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Adarsh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 18:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403243#M425146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-12T18:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: not getting numerical value</title>
      <link>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403244#M425147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try without double quotes&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;if(X&amp;gt;10,Y,1)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 18:16:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403244#M425147</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-12T18:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: not getting numerical value</title>
      <link>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403245#M425148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your environment you can cross check this condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let X = 110;&lt;/P&gt;&lt;P&gt;Let Y = 'Hello';&lt;/P&gt;&lt;P&gt;&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;if( X &amp;gt; 10, Y , 1)&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;Or&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;This can be used in your app also&lt;/SPAN&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;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if( X &amp;gt; 10, Y , 1)&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 18:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403245#M425148</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-12T18:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: not getting numerical value</title>
      <link>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403246#M425149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First condition is not getting satisfied&amp;nbsp; that is values of Y is not getting displayed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 18:27:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403246#M425149</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-12T18:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: not getting numerical value</title>
      <link>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403247#M425150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Y is a field or what can you share some sample data it is easy to help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 18:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403247#M425150</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-12T18:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: not getting numerical value</title>
      <link>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403248#M425151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its like 0.1,02,03 up 10000 and decimals &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 19:14:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403248#M425151</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-12T19:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: not getting numerical value</title>
      <link>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403249#M425152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to setting --Variables overview and remove the variable if it still in the list &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 19:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403249#M425152</guid>
      <dc:creator>ziadm</dc:creator>
      <dc:date>2017-09-12T19:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: not getting numerical value</title>
      <link>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403250#M425153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which variable???ziad??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 19:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403250#M425153</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-12T19:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: not getting numerical value</title>
      <link>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403251#M425154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/people/adarsh1612"&gt;adarsh1612&lt;/A&gt;‌ my friend, I don't want to sound rude, but the way you have been putting out your requirement... I don't think you will have an easy time finding answers.... You need to look at these threads&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/31487"&gt;How to get answers to your post?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16454"&gt;Uploading a Sample&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you have not been a very responsible citizen of this Community where you keep on creating multiple threads for the same issue just because you are not getting answers to any of them. On top of it you don't even want to close any of the threads you create?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/176292_Capture.PNG" style="height: 627px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to continue doing this, I am def. not going to look at your posts in the future because I know that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) This guy doesn't post enough info for me to answer&lt;/P&gt;&lt;P&gt;2) Will never close a thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I request you to help me help you better by following all/some of the things I have mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 19:19:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403251#M425154</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-12T19:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: not getting numerical value</title>
      <link>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403252#M425155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sunny i will follow the points you told&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 19:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403252#M425155</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-12T19:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: not getting numerical value</title>
      <link>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403253#M425156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i will not create multiple threads but how can you expect me to close a thread if i am not getting right answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 19:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403253#M425156</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-12T19:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: not getting numerical value</title>
      <link>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403254#M425157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't expect to close a thread if you have not gotten an answer, but I am expecting you to provide relevant information/Sample/Raw data so that we can help you resolve your issue.... like this, I don't even think you will get anything resolved ever.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 19:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403254#M425157</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-12T19:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: not getting numerical value</title>
      <link>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403255#M425158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fine got it........next on wards will provide the raw date as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 20:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403255#M425158</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-12T20:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: not getting numerical value</title>
      <link>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403256#M425159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why next time? You don't want the solution for this problem anymore &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 20:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403256#M425159</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-12T20:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: not getting numerical value</title>
      <link>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403257#M425160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want but as if now I m not in office I will share raw data tomorrow for sure &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; hoping a help from u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 20:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403257#M425160</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-12T20:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: not getting numerical value</title>
      <link>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403258#M425161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For sure &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 20:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403258#M425161</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-12T20:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: not getting numerical value</title>
      <link>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403259#M425162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same issue from here?&lt;A href="https://community.qlik.com/thread/274460"&gt;Logical help&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You are not supposed to post the same issue twice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 16:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-getting-numerical-value/m-p/1403259#M425162</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2017-09-13T16:40:26Z</dc:date>
    </item>
  </channel>
</rss>

