<?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 get values correct in field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-values-correct-in-field/m-p/498097#M1138200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and if I want to get the same for other fields also i,e if the data presents in the field then it shouid take value, otherwise it should show blank is it possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Oct 2013 12:55:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-21T12:55:16Z</dc:date>
    <item>
      <title>How to get values correct in field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-correct-in-field/m-p/498094#M1138197</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;I Have address field and if there is no value in county means I have to show blank value but instead my straight table is showing postcode instead of county can anyone help me how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Address,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subfield(Address, ',' , 1) as Address1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subfield(Address, ',' , 2) as Address2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subfield(Address, ',' , 3) as Address3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subfield(Address, ',' , 4) as Town,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subfield(Address, ',' , 5) as County,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subfield(Address, ',' , 6) as Postcode&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 12:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-correct-in-field/m-p/498094#M1138197</guid>
      <dc:creator />
      <dc:date>2013-10-21T12:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get values correct in field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-correct-in-field/m-p/498095#M1138198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 12:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-correct-in-field/m-p/498095#M1138198</guid>
      <dc:creator />
      <dc:date>2013-10-21T12:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to get values correct in field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-correct-in-field/m-p/498096#M1138199</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;If PostCode is the last part of the Address you could try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBFIELD(Address,',', -1) AS PostCode&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 12:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-correct-in-field/m-p/498096#M1138199</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-10-21T12:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get values correct in field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-correct-in-field/m-p/498097#M1138200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and if I want to get the same for other fields also i,e if the data presents in the field then it shouid take value, otherwise it should show blank is it possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 12:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-correct-in-field/m-p/498097#M1138200</guid>
      <dc:creator />
      <dc:date>2013-10-21T12:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to get values correct in field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-correct-in-field/m-p/498098#M1138201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on how the Address is set up at source&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if each part of the Address is seperated by a comma you should get a blank value when it's blank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 13:00:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-correct-in-field/m-p/498098#M1138201</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-10-21T13:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get values correct in field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-correct-in-field/m-p/498099#M1138202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&amp;nbsp; the Adress is separated by comma like for eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 Nora Street , , UK, NE34 0RA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible to get correct please help as I am not getting idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 13:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-correct-in-field/m-p/498099#M1138202</guid>
      <dc:creator />
      <dc:date>2013-10-21T13:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to get values correct in field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-correct-in-field/m-p/498100#M1138204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Try this,&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;LOAD *,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;If(Country='',Null(),subfield(Address, ',' , 1)) as Address1,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;If(Country='',Null(),subfield(Address, ',' , 2)) as Address2,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;If(Country='',Null(),subfield(Address, ',' , 3)) as Address3;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country, Address&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; India, "SD,47,MNCL"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,"SD1,471,MNCL1"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hope it helps you....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Cheers!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Jagan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 13:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-correct-in-field/m-p/498100#M1138204</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2013-10-21T13:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to get values correct in field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-correct-in-field/m-p/498101#M1138205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a file showing that it works when I add some text objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 13:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-correct-in-field/m-p/498101#M1138205</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-10-21T13:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to get values correct in field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-correct-in-field/m-p/498102#M1138207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the misunderstanding...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 13:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-correct-in-field/m-p/498102#M1138207</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2013-10-21T13:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get values correct in field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-correct-in-field/m-p/498103#M1138209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and it's working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 13:24:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-correct-in-field/m-p/498103#M1138209</guid>
      <dc:creator />
      <dc:date>2013-10-21T13:24:08Z</dc:date>
    </item>
  </channel>
</rss>

