<?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 Add/remove detial to field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-remove-detial-to-field/m-p/1442090#M803822</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;We are having a field as supplierid like 'ACD-2464788',DBG-6437665555,CND-765322456 and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here we need to find only supplierid start with ACD and DBG and after that we need to add -1156 for ACDsupplier at end and -4324 at end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The final output will look like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Supplier ACD:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2464788-1156&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Supplier DBG:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6437665555-4324&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>nareshthavidishetty</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Add/remove detial to field</title>
      <link>https://community.qlik.com/t5/QlikView/Add-remove-detial-to-field/m-p/1442090#M803822</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;We are having a field as supplierid like 'ACD-2464788',DBG-6437665555,CND-765322456 and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here we need to find only supplierid start with ACD and DBG and after that we need to add -1156 for ACDsupplier at end and -4324 at end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The final output will look like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Supplier ACD:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2464788-1156&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Supplier DBG:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6437665555-4324&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-remove-detial-to-field/m-p/1442090#M803822</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Add/remove detial to field</title>
      <link>https://community.qlik.com/t5/QlikView/Add-remove-detial-to-field/m-p/1442091#M803823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15101997606544993" jivemacro_uid="_15101997606544993"&gt;
&lt;P&gt;load&amp;nbsp; if(&lt;SPAN style="font-size: 13.3333px;"&gt;left(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;supplierid &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,3) = '&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ACD&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,mid(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;supplierid &lt;/SPAN&gt;,5)&amp;amp;'-1156'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,&lt;SPAN style="font-size: 13.3333px;"&gt;mid(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;supplierid &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,5)&amp;amp;'-&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;4324&lt;/SPAN&gt;') as new&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;supplierid &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;From datatable&lt;/P&gt;
&lt;P&gt;where left(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;supplierid &lt;/SPAN&gt;,3) = '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ACD&lt;/SPAN&gt;' or &lt;SPAN style="font-size: 13.3333px;"&gt;left(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;supplierid &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,3) = '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DBG&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;' ;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 03:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-remove-detial-to-field/m-p/1442091#M803823</guid>
      <dc:creator>kenphamvn</dc:creator>
      <dc:date>2017-11-09T03:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Add/remove detial to field</title>
      <link>https://community.qlik.com/t5/QlikView/Add-remove-detial-to-field/m-p/1442092#M803824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try using wild card in the script &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 04:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-remove-detial-to-field/m-p/1442092#M803824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-09T04:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Add/remove detial to field</title>
      <link>https://community.qlik.com/t5/QlikView/Add-remove-detial-to-field/m-p/1442093#M803825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this? I haven't test this due to software not installed in my client space&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table_Name:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load FieldName, SubField(FieldName, '-', 1) as First_FieldName,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SubField(FieldName, '-', 2) as Second_FieldName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Where WildMatch(FieldName, 'ACD*', 'DBG*');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FieldName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ACD-2464788&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DBG-6437665555&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CND-765322456&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Final:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load FieldName, First_FieldName, Second_FieldName, Pick(Match(First_FieldName, 'ACD', 'DBG'), Second_FieldName &amp;amp; '-1156', Second_FieldName &amp;amp; '-4324') as FieldName_Copy&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table_Name;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Drop Field FieldName;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rename Field FieldName_Copy to FieldName;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Drop Table Table_Name;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 06:02:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-remove-detial-to-field/m-p/1442093#M803825</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-09T06:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Add/remove detial to field</title>
      <link>https://community.qlik.com/t5/QlikView/Add-remove-detial-to-field/m-p/1442094#M803826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any other approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 09:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-remove-detial-to-field/m-p/1442094#M803826</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2017-11-09T09:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Add/remove detial to field</title>
      <link>https://community.qlik.com/t5/QlikView/Add-remove-detial-to-field/m-p/1442095#M803827</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;anil's approach should work. Did you try it ? If you are not satisfied kindly share some sample data with output which will help us help you .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 09:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-remove-detial-to-field/m-p/1442095#M803827</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-11-09T09:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Add/remove detial to field</title>
      <link>https://community.qlik.com/t5/QlikView/Add-remove-detial-to-field/m-p/1442096#M803828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've seen atleast more than 20 threads who owner of thread. Fortunately, you never come up with the end up result where you need to get &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; So finally, When you say second approach i would ask to explain little more&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 09:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-remove-detial-to-field/m-p/1442096#M803828</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-09T09:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Add/remove detial to field</title>
      <link>https://community.qlik.com/t5/QlikView/Add-remove-detial-to-field/m-p/1442097#M803829</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 checked it but it give only 'FieldName' which is in Inline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 09:37:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-remove-detial-to-field/m-p/1442097#M803829</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2017-11-09T09:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Add/remove detial to field</title>
      <link>https://community.qlik.com/t5/QlikView/Add-remove-detial-to-field/m-p/1442098#M803830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add your table in place of inline table in the preceding load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inline is the sample data he has taken.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Pradosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 09:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-remove-detial-to-field/m-p/1442098#M803830</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-11-09T09:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Add/remove detial to field</title>
      <link>https://community.qlik.com/t5/QlikView/Add-remove-detial-to-field/m-p/1442099#M803831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Working copy&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/182716_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note - Please mark correct answer for exact result and mark as helpful for others ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 12:32:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-remove-detial-to-field/m-p/1442099#M803831</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-09T12:32:07Z</dc:date>
    </item>
  </channel>
</rss>

