<?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: Loading Specific format of Value from rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-Specific-format-of-Value-from-rows/m-p/1393727#M423392</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;FYI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Nov 2017 11:39:57 GMT</pubDate>
    <dc:creator>mdmukramali</dc:creator>
    <dc:date>2017-11-15T11:39:57Z</dc:date>
    <item>
      <title>Loading Specific format of Value from rows</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Specific-format-of-Value-from-rows/m-p/1393721#M423386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to load only the previous km value in a single column and running km value in a single column.For example -&lt;/P&gt;&lt;P&gt;previous km&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Running Km&lt;/P&gt;&lt;P&gt;51832&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 95401&lt;/P&gt;&lt;P&gt;34712&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 52865&lt;/P&gt;&lt;P&gt;51832&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 110065&lt;/P&gt;&lt;P&gt;Something like this. So far the solutions I found that start with 'p' and 'r' but doesn't provide a specific format like 'previous km-123456' or 'running km-654321'.&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;Any help is much appreciated and thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shahriar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="183304" alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/183304_Untitled.png" style="height: 146px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 07:48:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Specific-format-of-Value-from-rows/m-p/1393721#M423386</guid>
      <dc:creator>atlantis_shahri</dc:creator>
      <dc:date>2017-11-15T07:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Specific format of Value from rows</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Specific-format-of-Value-from-rows/m-p/1393722#M423387</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;Can you share Sample data Application so that we can help you in better way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 08:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Specific-format-of-Value-from-rows/m-p/1393722#M423387</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2017-11-15T08:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Specific format of Value from rows</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Specific-format-of-Value-from-rows/m-p/1393723#M423388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(SubField(Data, ',') Like 'p*', Keepchar(&lt;SPAN style="font-size: 13.3333px;"&gt;SubField(Data, ',') &lt;/SPAN&gt;,'0123456789')) as PreviousKM&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If(SubField(Data, ',') Like 'r*', Keepchar(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;SubField(Data, ',') &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,'0123456789')) as RunningKM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 08:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Specific-format-of-Value-from-rows/m-p/1393723#M423388</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-11-15T08:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Specific format of Value from rows</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Specific-format-of-Value-from-rows/m-p/1393724#M423389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Provide Sample data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 09:03:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Specific-format-of-Value-from-rows/m-p/1393724#M423389</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-15T09:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Specific format of Value from rows</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Specific-format-of-Value-from-rows/m-p/1393725#M423390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried as you suggested &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="padding-right: 3px; color: #3778c7; font-size: 1.1em; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;Tresesco B&lt;/SPAN&gt;&lt;SPAN style="padding-right: 3px; color: #3778c7; font-size: 1.1em; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;.&lt;/SPAN&gt; &lt;/STRONG&gt;Outcome is not quite what I need. Here the source data format is a mess . I need character limit.&amp;nbsp; After finding 'previous km-123456,'&amp;nbsp; once I need to stop the check in the row. In this case it goes all the way through the row. Here 'DMS-11-1772' shows as '111772' which shouldn't be there . Please help. Thanks in advance. &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;Shahriar&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;/////////////////////////&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;/////////////////////////&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;/////////////////////////&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;/////////////////////////&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;/////////////////////////&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;/////////////////////////&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Tab:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Data,&lt;/P&gt;&lt;P&gt;If(SubField(Data, ',') Like 'previous km-*', Keepchar(SubField(Data, ','), '0123456789')) as Previous&lt;/P&gt;&lt;P&gt;,If(SubField(Data, ',') Like 'running km-*', Keepchar(SubField(Data, ','), '0123456789')) as Running;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Data&lt;/P&gt;&lt;P&gt;'Brand: Bridgestone, DMS-11-1772,previous km-51832,running km-95401,total km-43569,tyre sl:102711,4765466 / 4 Stückfgh / 11-1991'&lt;/P&gt;&lt;P&gt;'Brand: Bridgestone, DMS-11-1992,previous km-34712,running km-52865,total 18152,tyre sl:66474562513/ 4 Stück / 11-1992'&lt;/P&gt;&lt;P&gt;'DMS-11-1995,previous km-78011,running km-108318,total km-30307,DMS-11-1995,DMS-11-1997,DMS-11-1999,DMS-11-2000'&lt;/P&gt;&lt;P&gt;'Use at factory(previous km-54468,running km-94927,total km-38459'&lt;/P&gt;&lt;P&gt;'For DMS-11-1768(use at factory)Ashok leyland Dost,previous km-105000,running km-159326,total km-54326'&lt;/P&gt;&lt;P&gt;'Last replace=24.05.2017,Previus km-103105,present km-107307,DMS-11-1995,total km-4202(use at factory)'&lt;/P&gt;&lt;P&gt;'DM Sha-11-2873, 11-2874,11-2875 Toyace.DM.Sha-14-0341,DM.Sha-11-2013,DM.Sha-11-2014'&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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;/////////////////////////&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;/////////////////////////&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;/////////////////////////&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;/////////////////////////&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;/////////////////////////&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/183356_Untitled.png" style="height: 267px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 11:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Specific-format-of-Value-from-rows/m-p/1393725#M423390</guid>
      <dc:creator>atlantis_shahri</dc:creator>
      <dc:date>2017-11-15T11:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Specific format of Value from rows</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Specific-format-of-Value-from-rows/m-p/1393726#M423391</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;Can you try the below script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;Replace(SubField(Mid(Data,Index(Data,'previous km-')),',',1),'previous km-','') as PreviousKM,&lt;/P&gt;&lt;P&gt;Replace(SubField(Mid(Data,Index(Data,'running km-')),',',1),'running km-','') as RunningKM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Inline [&lt;/P&gt;&lt;P&gt;Data&lt;/P&gt;&lt;P&gt;'Brand: Bridgestone, DMS-11-1772,previous km-51832,running km-95401,total km-43569,tyre sl:102711,4765466 / 4 Stückfgh / 11-1991'&lt;/P&gt;&lt;P&gt;'Brand: Bridgestone, DMS-11-1992,previous km-34712,running km-52865,total 18152,tyre sl:66474562513/ 4 Stück / 11-1992'&lt;/P&gt;&lt;P&gt;'DMS-11-1995,previous km-78011,running km-108318,total km-30307,DMS-11-1995,DMS-11-1997,DMS-11-1999,DMS-11-2000'&lt;/P&gt;&lt;P&gt;'Use at factory(previous km-54468,running km-94927,total km-38459'&lt;/P&gt;&lt;P&gt;'For DMS-11-1768(use at factory)Ashok leyland Dost,previous km-105000,running km-159326,total km-54326'&lt;/P&gt;&lt;P&gt;'Last replace=24.05.2017,Previus km-103105,present km-107307,DMS-11-1995,total km-4202(use at factory)'&lt;/P&gt;&lt;P&gt;'DM Sha-11-2873, 11-2874,11-2875 Toyace.DM.Sha-14-0341,DM.Sha-11-2013,DM.Sha-11-2014'&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 11:37:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Specific-format-of-Value-from-rows/m-p/1393726#M423391</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2017-11-15T11:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Specific format of Value from rows</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Specific-format-of-Value-from-rows/m-p/1393727#M423392</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;FYI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 11:39:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Specific-format-of-Value-from-rows/m-p/1393727#M423392</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2017-11-15T11:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Specific format of Value from rows</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Specific-format-of-Value-from-rows/m-p/1393728#M423393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you very much &lt;/SPAN&gt;&lt;A _jive_internal="true" data-avatarid="1024" data-externalid="" data-online="false" data-presence="null" data-userid="74164" data-username="mdmukramali" href="https://community.qlik.com/people/mdmukramali" style="font-weight: bold; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #f2f2f2;"&gt;Mohammed Mukram.&lt;/A&gt;&lt;SPAN style="color: #8b8b8b; font-size: 12px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; It works just fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 17:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Specific-format-of-Value-from-rows/m-p/1393728#M423393</guid>
      <dc:creator>atlantis_shahri</dc:creator>
      <dc:date>2017-11-15T17:35:01Z</dc:date>
    </item>
  </channel>
</rss>

