<?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: Insert symbol into string every x character? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Insert-symbol-into-string-every-x-character/m-p/2018482#M84124</link>
    <description>&lt;P&gt;any way to make this dynamic?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Dec 2022 11:55:06 GMT</pubDate>
    <dc:creator>Mapuna</dc:creator>
    <dc:date>2022-12-20T11:55:06Z</dc:date>
    <item>
      <title>Insert symbol into string every x character?</title>
      <link>https://community.qlik.com/t5/App-Development/Insert-symbol-into-string-every-x-character/m-p/1790380#M61750</link>
      <description>&lt;P&gt;I'm pretty new to Qlik Sense and just figuring things out. Would take this question to my mentor but he's been sidelined by a massive project, so I'm on my own for the time being.&lt;/P&gt;&lt;P&gt;What I'm dealing with is an app which loads numerous CSV's. Each of these has a computer MAC address field which is listed in the format AABBCCDDEEFF from the CSV source. What I'm wanting to do is to insert a "-" every 2 characters in order to make the MAC's display as AA-BB-CC-DD-EE-FF. More than looking nicer, this will let them interface with our backend DHCP system.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It does't matter if this happens at the data load phase or if I'm completely missing a way to make the front end do this for me in the tables. Just so long as I end up with a table that is correctly hyphenated for the MAC field.&amp;nbsp;&lt;/P&gt;&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Thank you ahead of time for any help with this. I greatly appreciate the assist.&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="AddMessageTags lia-message-tags lia-component-message-view-widget-tags"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Insert-symbol-into-string-every-x-character/m-p/1790380#M61750</guid>
      <dc:creator>DevonB1</dc:creator>
      <dc:date>2021-12-20T21:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Insert symbol into string every x character?</title>
      <link>https://community.qlik.com/t5/App-Development/Insert-symbol-into-string-every-x-character/m-p/1790388#M61754</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/137063"&gt;@DevonB1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May be try like below&lt;/P&gt;&lt;P&gt;Load *, Left(MAC,2)&amp;amp;'-'&amp;amp;Mid(MAC,3,2)&amp;amp;'-'&amp;amp;Mid(MAC,5,2)&amp;amp;'-'&amp;amp;Mid(MAC,7,2)&amp;amp;'-'&amp;amp;Mid(MAC,9,2)&amp;amp;'-'&amp;amp;Right(MAC,2) as MAC1 Inline&lt;BR /&gt;[&lt;BR /&gt;MAC&lt;BR /&gt;AABBCCDDEEFF&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;MAC1 satisfy ur requirement&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 08:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Insert-symbol-into-string-every-x-character/m-p/1790388#M61754</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-03-11T08:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Insert symbol into string every x character?</title>
      <link>https://community.qlik.com/t5/App-Development/Insert-symbol-into-string-every-x-character/m-p/1790396#M61757</link>
      <description>&lt;P&gt;I just answered this one a few days ago... this looks like a direct copy of that question, just from a different user...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-App-Development/Insert-symbol-into-string-every-x-character/m-p/1789368#M61668" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Qlik-Sense-App-Development/Insert-symbol-into-string-every-x-character/m-p/1789368#M61668&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 09:02:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Insert-symbol-into-string-every-x-character/m-p/1790396#M61757</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-03-11T09:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Insert symbol into string every x character?</title>
      <link>https://community.qlik.com/t5/App-Development/Insert-symbol-into-string-every-x-character/m-p/2018482#M84124</link>
      <description>&lt;P&gt;any way to make this dynamic?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 11:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Insert-symbol-into-string-every-x-character/m-p/2018482#M84124</guid>
      <dc:creator>Mapuna</dc:creator>
      <dc:date>2022-12-20T11:55:06Z</dc:date>
    </item>
  </channel>
</rss>

