<?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: Object-view after replace in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Object-view-after-replace/m-p/451984#M560194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like you are using a list box with an additional expression. This is similar to having a chart with dimension schlagwort and your expression, and you will see both columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use an expression instead of your field in the list box (choose &amp;lt;expression&amp;gt; from the field selection drop down in list box general properties), but it is better to create a new field in your load script that does the replace (or replace your original field with your modified):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; replace(...) as schlagwort,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P&gt;FROM ...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want the list box solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr( replace(...), schlagwort)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[You'll need to use your complete replace expression of course].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 14 Apr 2013 22:15:44 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-04-14T22:15:44Z</dc:date>
    <item>
      <title>Object-view after replace</title>
      <link>https://community.qlik.com/t5/QlikView/Object-view-after-replace/m-p/451983#M560193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a simple problem, I think, but I don't know what to do. After replace the separators in my Object "schlagwort", there are two columns. But I just want to see the &lt;STRONG&gt;right&lt;/STRONG&gt; one with the nice "+" between the words. Cause... That's the reason why I replace the separators. Can you help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Apr 2013 17:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-view-after-replace/m-p/451983#M560193</guid>
      <dc:creator />
      <dc:date>2013-04-14T17:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Object-view after replace</title>
      <link>https://community.qlik.com/t5/QlikView/Object-view-after-replace/m-p/451984#M560194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like you are using a list box with an additional expression. This is similar to having a chart with dimension schlagwort and your expression, and you will see both columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use an expression instead of your field in the list box (choose &amp;lt;expression&amp;gt; from the field selection drop down in list box general properties), but it is better to create a new field in your load script that does the replace (or replace your original field with your modified):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; replace(...) as schlagwort,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P&gt;FROM ...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want the list box solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr( replace(...), schlagwort)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[You'll need to use your complete replace expression of course].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Apr 2013 22:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-view-after-replace/m-p/451984#M560194</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-04-14T22:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Object-view after replace</title>
      <link>https://community.qlik.com/t5/QlikView/Object-view-after-replace/m-p/451985#M560195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works. I wrote the replace-statement in the load script. It's so simple!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 17:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Object-view-after-replace/m-p/451985#M560195</guid>
      <dc:creator />
      <dc:date>2013-04-15T17:51:56Z</dc:date>
    </item>
  </channel>
</rss>

