<?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: Re: How to get correct values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495181#M1127258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope this will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Dec 2013 12:48:19 GMT</pubDate>
    <dc:creator>nilesh_gangurde</dc:creator>
    <dc:date>2013-12-17T12:48:19Z</dc:date>
    <item>
      <title>How to get correct values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495173#M1127239</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 a straight table with fields as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Address1= =SUBFIELD(Home_Address_20026,',',1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Address2=&amp;nbsp; =If(Address2&amp;lt;&amp;gt;Postcode,SUBFIELD(Home_Address_20026,',',2))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Address3=&amp;nbsp; =If(Address3&amp;lt;&amp;gt;Postcode,SUBFIELD(Home_Address_20026,',',3))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Town=&amp;nbsp; =If(Town&amp;lt;&amp;gt;Postcode,SUBFIELD(Home_Address_20026,',',4))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;County= =If(County&amp;lt;&amp;gt;Postcode,SUBFIELD(Home_Address_20026,',',5))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PostCode=&amp;nbsp; =Subfield(Home_Address_20026,',',-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here Home_Address_20026 is the column from sql table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am using above in expressions it is showing values incorrect order. I,e under address3 it is showing Town values and under County it is showing Adrress2 values and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please could anyone help me how to set this to get correct order values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 12:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495173#M1127239</guid>
      <dc:creator />
      <dc:date>2013-12-17T12:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495174#M1127240</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;Please attach the sample qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 12:03:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495174#M1127240</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2013-12-17T12:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495175#M1127241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;provide sample data fields &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 12:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495175#M1127241</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2013-12-17T12:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495176#M1127242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This could be as you are using ',' as your delimiter,&lt;/P&gt;&lt;P&gt;so There might be a ',' in address3 field also, due to which wrong values are reflected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post some sample data , which would help me to check the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 12:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495176#M1127242</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-17T12:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495177#M1127243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 12:33:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495177#M1127243</guid>
      <dc:creator />
      <dc:date>2013-12-17T12:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495178#M1127246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 12:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495178#M1127246</guid>
      <dc:creator />
      <dc:date>2013-12-17T12:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495179#M1127250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have inconsistancy in the number of delimiters ',' in your address field B. they have to be correct, before you can use this method.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 12:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495179#M1127250</guid>
      <dc:creator />
      <dc:date>2013-12-17T12:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495180#M1127255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and there is no possibility for me to change the onconsistancy as it is the field values in SQL table which I don't have write access.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 12:47:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495180#M1127255</guid>
      <dc:creator />
      <dc:date>2013-12-17T12:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to get correct values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495181#M1127258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope this will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 12:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495181#M1127258</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2013-12-17T12:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495182#M1127261</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;When I am try to opening the document it is showing &lt;STRONG&gt;"Failed to Load"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to open the document please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 12:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495182#M1127261</guid>
      <dc:creator />
      <dc:date>2013-12-17T12:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to get correct values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495183#M1127263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U have licence version of Qv ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also attaching again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 13:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495183#M1127263</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2013-12-17T13:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495184#M1127264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and it is showing values correct only under Postcode and remaining columns all are showing incorrect order as earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help how to set this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 13:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495184#M1127264</guid>
      <dc:creator />
      <dc:date>2013-12-17T13:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to get correct values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495185#M1127265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amelia,&lt;/P&gt;&lt;P&gt;It is very hard, close to impossible, to divide free text columns into logical parts.&lt;/P&gt;&lt;P&gt;Especially when the delimiter occurs naturally in a logical field, for example address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the above method to work, you need a delimiter that does not occur in the logical field itself, for example a semicolon, hash sign, tilde etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Spaces, commas, dots and such common chars can occur in both names, addresses, cities and such.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/21613"&gt;Magnus Åvitsland&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Architect Consultant&lt;/P&gt;&lt;P&gt;&lt;A href="http://framsteg.com/" target="_blank"&gt;Framsteg Business Intelligence Corp.&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 15:12:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495185#M1127265</guid>
      <dc:creator>magavi_framsteg</dc:creator>
      <dc:date>2013-12-17T15:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495186#M1127267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and in that case how can I sort this with out changing anything in source sql table. will qlikview able to do this in recent version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 15:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495186#M1127267</guid>
      <dc:creator />
      <dc:date>2013-12-17T15:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495187#M1127269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One good thing would be to separate the input of county, city, addresses and postcode into separate columns in the data entry system. Otherwise you would never be able to group for example sum of sales per city or county.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To have them concatenated like this in free text format is maybe useful for show only. Like having a free text comment showing beside each order or something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However ff you would like to group data on it and make decisions from it, you really need to separate the fields in some ways, else you can never trust what is in your charts/tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go ask the DB/DW guys if they can create a view for you where they have the columns separated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe more normalized data exist in some other table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 15:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495187#M1127269</guid>
      <dc:creator>magavi_framsteg</dc:creator>
      <dc:date>2013-12-17T15:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495188#M1127271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And not only separation the data entry into several fields, also make sure the County and City are selected from pre defined lists, not free text entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else you will have problems grouping the data.&lt;/P&gt;&lt;P&gt;Consider this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum sales per city&lt;/P&gt;&lt;P&gt;LA $200&lt;/P&gt;&lt;P&gt;L.A $5500&lt;/P&gt;&lt;P&gt;LosAngeles $3939&lt;/P&gt;&lt;P&gt;Los Angeles $39383737&lt;/P&gt;&lt;P&gt;Los angeles $49494&lt;/P&gt;&lt;P&gt;Lost angels $3939&lt;/P&gt;&lt;P&gt;los angeles $233&lt;/P&gt;&lt;P&gt;losangeles $22&lt;/P&gt;&lt;P&gt;la $234&lt;/P&gt;&lt;P&gt;l.a $99&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you see where I'm going?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 15:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495188#M1127271</guid>
      <dc:creator>magavi_framsteg</dc:creator>
      <dc:date>2013-12-17T15:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495189#M1127273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 15:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495189#M1127273</guid>
      <dc:creator />
      <dc:date>2013-12-17T15:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495190#M1127275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and a little bit confused here could you explain a bit more for me please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 09:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-values/m-p/495190#M1127275</guid>
      <dc:creator />
      <dc:date>2013-12-18T09:08:36Z</dc:date>
    </item>
  </channel>
</rss>

