<?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 script syntax in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/script-syntax/m-p/2508940#M104619</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a column valuse like this&amp;nbsp; UserDirectory=MZDMG; UserId=krishk.&lt;/P&gt;
&lt;P&gt;I need to get the output like this&amp;nbsp;&lt;STRONG&gt;MZDMG/krishk&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Please help.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Mar 2025 08:30:39 GMT</pubDate>
    <dc:creator>Krish2459_58</dc:creator>
    <dc:date>2025-03-10T08:30:39Z</dc:date>
    <item>
      <title>script syntax</title>
      <link>https://community.qlik.com/t5/App-Development/script-syntax/m-p/2508940#M104619</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a column valuse like this&amp;nbsp; UserDirectory=MZDMG; UserId=krishk.&lt;/P&gt;
&lt;P&gt;I need to get the output like this&amp;nbsp;&lt;STRONG&gt;MZDMG/krishk&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Please help.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 08:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/script-syntax/m-p/2508940#M104619</guid>
      <dc:creator>Krish2459_58</dc:creator>
      <dc:date>2025-03-10T08:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: script syntax</title>
      <link>https://community.qlik.com/t5/App-Development/script-syntax/m-p/2508953#M104621</link>
      <description>&lt;P&gt;There are multiple ways, this is one option:&lt;/P&gt;
&lt;P&gt;=replace(subfield([mystringfield], 'Directory=',2), '; UserId=','/')&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 09:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/script-syntax/m-p/2508953#M104621</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2025-03-10T09:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: script syntax</title>
      <link>https://community.qlik.com/t5/App-Development/script-syntax/m-p/2509147#M104663</link>
      <description>&lt;P&gt;Here's another:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;=TextBetween(&lt;SPAN&gt;[mystringfield]&lt;/SPAN&gt;, 'UserDirectory=',';')&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;amp; '/'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;amp; TextBetween(&lt;SPAN&gt;[mystringfield]&lt;/SPAN&gt;, 'UserId=','')&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 03:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/script-syntax/m-p/2509147#M104663</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2025-03-11T03:41:46Z</dc:date>
    </item>
  </channel>
</rss>

