<?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 How to replace short cut name (HYD) with Full name Hyderabad. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-replace-short-cut-name-HYD-with-Full-name-Hyderabad/m-p/2454612#M98311</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a field called Emp name and the&amp;nbsp;data in Emp name ABharthy, VVenkatesh, KEshetti , SBandla like this.&lt;/P&gt;
&lt;P&gt;Now I want to expand the Name Aswini Bharathi , Vigneshwar venkatesh.&lt;/P&gt;
&lt;P&gt;I have the list of Full names in Inline load.&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;Empid,&lt;/P&gt;
&lt;P&gt;Emp name,&lt;/P&gt;
&lt;P&gt;Department,&lt;/P&gt;
&lt;P&gt;salary,&lt;/P&gt;
&lt;P&gt;Address,&lt;/P&gt;
&lt;P&gt;Date&lt;/P&gt;
&lt;P&gt;From qvd(qvd);&lt;/P&gt;
&lt;P&gt;Load*Inline&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;Emp_full_name&lt;/P&gt;
&lt;P&gt;Aswini Bharathi ,&lt;/P&gt;
&lt;P&gt;Vigneshwar venkatesh,&lt;/P&gt;
&lt;P&gt;Kalyani Erramshetti,&lt;/P&gt;
&lt;P&gt;Sujitha Bandala&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;How can i replace this Full name from Inline load with E&lt;/P&gt;</description>
    <pubDate>Tue, 21 May 2024 10:26:01 GMT</pubDate>
    <dc:creator>Kalyani22</dc:creator>
    <dc:date>2024-05-21T10:26:01Z</dc:date>
    <item>
      <title>How to replace short cut name (HYD) with Full name Hyderabad.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-replace-short-cut-name-HYD-with-Full-name-Hyderabad/m-p/2454612#M98311</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a field called Emp name and the&amp;nbsp;data in Emp name ABharthy, VVenkatesh, KEshetti , SBandla like this.&lt;/P&gt;
&lt;P&gt;Now I want to expand the Name Aswini Bharathi , Vigneshwar venkatesh.&lt;/P&gt;
&lt;P&gt;I have the list of Full names in Inline load.&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;Empid,&lt;/P&gt;
&lt;P&gt;Emp name,&lt;/P&gt;
&lt;P&gt;Department,&lt;/P&gt;
&lt;P&gt;salary,&lt;/P&gt;
&lt;P&gt;Address,&lt;/P&gt;
&lt;P&gt;Date&lt;/P&gt;
&lt;P&gt;From qvd(qvd);&lt;/P&gt;
&lt;P&gt;Load*Inline&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;Emp_full_name&lt;/P&gt;
&lt;P&gt;Aswini Bharathi ,&lt;/P&gt;
&lt;P&gt;Vigneshwar venkatesh,&lt;/P&gt;
&lt;P&gt;Kalyani Erramshetti,&lt;/P&gt;
&lt;P&gt;Sujitha Bandala&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;How can i replace this Full name from Inline load with E&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 10:26:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-replace-short-cut-name-HYD-with-Full-name-Hyderabad/m-p/2454612#M98311</guid>
      <dc:creator>Kalyani22</dc:creator>
      <dc:date>2024-05-21T10:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace short cut name (HYD) with Full name Hyderabad.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-replace-short-cut-name-HYD-with-Full-name-Hyderabad/m-p/2454624#M98314</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;whenever a column name / alias has space then you need to put the column name inside double quotation or square bracket&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;load&amp;nbsp;Emp_full_name as [Emp Name]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;or&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;load Emp_full_name as "Emp Name"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 11:06:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-replace-short-cut-name-HYD-with-Full-name-Hyderabad/m-p/2454624#M98314</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2024-05-21T11:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace short cut name (HYD) with Full name Hyderabad.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-replace-short-cut-name-HYD-with-Full-name-Hyderabad/m-p/2454630#M98317</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;To replace the short names with full names, you can use a mapping load. Here's how you can do it:&lt;/P&gt;
&lt;P&gt;// Load your main data&lt;/P&gt;
&lt;P&gt;EmpData:&lt;BR /&gt;Load&lt;BR /&gt;Empid,&lt;BR /&gt;Emp name,&lt;BR /&gt;Department,&lt;BR /&gt;salary,&lt;BR /&gt;Address,&lt;BR /&gt;Date&lt;BR /&gt;From qvd(qvd);&lt;/P&gt;
&lt;P&gt;// Load your full names&lt;/P&gt;
&lt;P&gt;FullNames:&lt;BR /&gt;Mapping Load*Inline&lt;BR /&gt;[&lt;BR /&gt;Emp_short_name, Emp_full_name&lt;BR /&gt;ABharthy, Aswini Bharathi,&lt;BR /&gt;VVenkatesh, Vigneshwar venkatesh,&lt;BR /&gt;KEshetti, Kalyani Erramshetti,&lt;BR /&gt;SBandla, Sujitha Bandala&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;// Use the ApplyMap function to replace the short names with full names&lt;/P&gt;
&lt;P&gt;EmpData:&lt;BR /&gt;Load&lt;BR /&gt;Empid,&lt;BR /&gt;ApplyMap('FullNames', [Emp name], [Emp name]) as [Emp name],&lt;BR /&gt;Department,&lt;BR /&gt;salary,&lt;BR /&gt;Address,&lt;BR /&gt;Date&lt;BR /&gt;Resident EmpData;&lt;/P&gt;
&lt;P&gt;Drop Table EmpData;&lt;/P&gt;
&lt;P&gt;In this script, `ApplyMap` function is used to replace the short names with full names. If a match is not found in the mapping table, it will keep the original value. Please replace `Emp_short_name` and `Emp_full_name` with your actual column names.&lt;/P&gt;
&lt;P&gt;I hope this helps! If you have any further questions, feel free to ask. If this resolve your query then don't forget to mark this as a solution.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 11:12:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-replace-short-cut-name-HYD-with-Full-name-Hyderabad/m-p/2454630#M98317</guid>
      <dc:creator>Sayed_Mannan</dc:creator>
      <dc:date>2024-05-21T11:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace short cut name (HYD) with Full name Hyderabad.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-replace-short-cut-name-HYD-with-Full-name-Hyderabad/m-p/2454731#M98333</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/254911"&gt;@Kalyani22&lt;/a&gt;,&lt;BR /&gt;To match the full names with the abbreviated names in Qlik, I have used a combination of string manipulation functions&amp;nbsp;and a mapping load.&lt;BR /&gt;&lt;BR /&gt;Output:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TauseefKhan_0-1716344037799.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166556i3AFF8CAF6634C433/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TauseefKhan_0-1716344037799.png" alt="TauseefKhan_0-1716344037799.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Script:&lt;/P&gt;
&lt;P&gt;Full_Names:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Emp_full_name&lt;BR /&gt;Aswini Bharathi,&lt;BR /&gt;Vigneshwar Venkatesh,&lt;BR /&gt;Kalyani Erramshetti,&lt;BR /&gt;Sujitha Bandala&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;Temp_Abbrev_Names:&lt;BR /&gt;LOAD&lt;BR /&gt;Left(Emp_full_name, 1) &amp;amp; Mid(Emp_full_name, Index(Emp_full_name, ' ') + 1, 1) &lt;BR /&gt;&amp;amp; Mid(Emp_full_name, Index(Emp_full_name, ' ') + 2,2)&lt;BR /&gt;as Abbrev_Name,&lt;BR /&gt;Emp_full_name&lt;BR /&gt;RESIDENT Full_Names;&lt;/P&gt;
&lt;P&gt;Map_Emp_Name:&lt;BR /&gt;Mapping Load &lt;BR /&gt;Abbrev_Name,&lt;BR /&gt;Emp_full_name&lt;BR /&gt;Resident Temp_Abbrev_Names;&lt;/P&gt;
&lt;P&gt;Drop Table Full_Names , Temp_Abbrev_Names;&lt;/P&gt;
&lt;P&gt;// Main data table&lt;/P&gt;
&lt;P&gt;Table_2:&lt;BR /&gt;load *,&lt;BR /&gt;ApplyMap('Map_Emp_Name',Abbrev_Name,Emp_name) as Emp_full_name;&lt;/P&gt;
&lt;P&gt;Table_1:&lt;BR /&gt;load &lt;BR /&gt;Empid,&lt;BR /&gt;Emp_name,&lt;BR /&gt;Department,&lt;BR /&gt;Left(Emp_name, 1) &lt;BR /&gt;&amp;amp; Mid(Emp_name, Index(Emp_name, ' ') + 2,1)&lt;BR /&gt;&amp;amp; Mid(Emp_name, Index(Emp_name, ' ') + 3,2)&lt;BR /&gt;as Abbrev_Name,&lt;/P&gt;
&lt;P&gt;salary &lt;BR /&gt;Inline [&lt;BR /&gt;Empid, Emp_name, Department, salary&lt;BR /&gt;1, ABharthy, YE, 550 &lt;BR /&gt;2, VVenkatesh, TV, 250&lt;BR /&gt;3, KEshetti, HP, 203 ] ;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;** When applicable please mark the correct/appropriate replies as "solution". Please LIKE threads if the provided solution is helpful to. **&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 02:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-replace-short-cut-name-HYD-with-Full-name-Hyderabad/m-p/2454731#M98333</guid>
      <dc:creator>TauseefKhan</dc:creator>
      <dc:date>2024-05-22T02:14:57Z</dc:date>
    </item>
  </channel>
</rss>

