<?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 Help needed in expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-needed-in-expression/m-p/537910#M1134532</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;I have data in this format {"Marks":"95"},inorder to take the values 95 alone i used the expression &lt;/P&gt;&lt;P&gt;=subfield(columnname,':",3)but it does not return the value 95&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me in getting this value 95 alone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Nov 2013 13:04:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-18T13:04:48Z</dc:date>
    <item>
      <title>Help needed in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-in-expression/m-p/537910#M1134532</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;I have data in this format {"Marks":"95"},inorder to take the values 95 alone i used the expression &lt;/P&gt;&lt;P&gt;=subfield(columnname,':",3)but it does not return the value 95&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me in getting this value 95 alone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 13:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-in-expression/m-p/537910#M1134532</guid>
      <dc:creator />
      <dc:date>2013-11-18T13:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-in-expression/m-p/537911#M1134533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=keepchar(subfield(columnname,':",2),'0123456789')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 13:08:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-in-expression/m-p/537911#M1134533</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-11-18T13:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-in-expression/m-p/537912#M1134534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=right(3,2)&lt;/P&gt;&lt;P&gt;this would get you 2 digits from right, starting at third digit from right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 13:09:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-in-expression/m-p/537912#M1134534</guid>
      <dc:creator>stantrolav</dc:creator>
      <dc:date>2013-11-18T13:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-in-expression/m-p/537913#M1134535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you use 3 as argument to subfield (where I would expect 2)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you then get&lt;/P&gt;&lt;P&gt;95"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you might use an additional purgechar():&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=subfield(purgechar(columnname,'{}""'),':',2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 13:09:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-in-expression/m-p/537913#M1134535</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-18T13:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-needed-in-expression/m-p/537914#M1134536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And what is the answer? &lt;SPAN class="j-post-author" style="font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;A href="https://community.qlik.com/people/ashoksenthil"&gt;ashoksenthil&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;could you do smth with this theme? There are lots of questions here &lt;STRONG class="font-color-danger" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Not Answered. Don't leave one more among them.&lt;/STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 15:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-needed-in-expression/m-p/537914#M1134536</guid>
      <dc:creator>stantrolav</dc:creator>
      <dc:date>2013-11-18T15:19:22Z</dc:date>
    </item>
  </channel>
</rss>

