<?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: Concatenate If-String (Recommendations) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenate-If-String-Recommendations/m-p/1568120#M456869</link>
    <description>Very well, thank you! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; Only all the commas in case of no recommendations may be disturbing. If you find a way to avoid them, just update me.</description>
    <pubDate>Thu, 11 Apr 2019 11:07:27 GMT</pubDate>
    <dc:creator>nesonica</dc:creator>
    <dc:date>2019-04-11T11:07:27Z</dc:date>
    <item>
      <title>Concatenate If-String (Recommendations)</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-If-String-Recommendations/m-p/1568010#M456866</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I am trying to build a text-string that &lt;STRONG&gt;CONCATENATES&lt;/STRONG&gt; every if-statement which leads to a result as follows:&lt;/P&gt;&lt;P&gt;// Customer no more online&lt;BR /&gt;if([Online % Pos.VJ]&amp;gt;0 and [Online % Pos.]&amp;lt;=0&lt;BR /&gt;,'Customer no more online'&lt;BR /&gt;,&lt;BR /&gt;// Customer online activated&lt;BR /&gt;if([Online % Pos.VJ]&amp;lt;=0 and [Online % Pos.]&amp;gt;0&lt;BR /&gt;,'Customer online activated'&lt;BR /&gt;,&lt;BR /&gt;// Less Positions online&lt;BR /&gt;if([Differenz Pos.]&amp;lt;0&lt;BR /&gt;,'Less Positions online'&lt;BR /&gt;,&lt;BR /&gt;// EDI-interface no more working&lt;BR /&gt;if([EDIUmsatz]&amp;lt;=0 and [EDIUmsatzVJ]&amp;gt;0&lt;BR /&gt;,'EDI-interface no more working'&lt;BR /&gt;,''))))&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please show me a way to rebuild this formula so that there will be a text-string like "EDI-Interface no more working, customer no more online". Currently only one single result of each is being shown.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Optional:&amp;nbsp;I would also like to add a function where the person who sees the "recommendation text" can just switch it off and write a comment on it. Do you have an idea how to do that?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks a bunch!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Nes&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:04:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-If-String-Recommendations/m-p/1568010#M456866</guid>
      <dc:creator>nesonica</dc:creator>
      <dc:date>2024-11-16T21:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate If-String (Recommendations)</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-If-String-Recommendations/m-p/1568099#M456867</link>
      <description>&lt;P&gt;Try this :&lt;/P&gt;&lt;PRE&gt;=if([Online % Pos.VJ]&amp;gt;0 and [Online % Pos.]&amp;lt;=0
,'Customer no more online')&amp;amp;','&amp;amp;
if([Online % Pos.VJ]&amp;lt;=0 and [Online % Pos.]&amp;gt;0
,'Customer online activated')&amp;amp;','
&amp;amp;
if([Differenz Pos.]&amp;lt;0
,'Less Positions online')&amp;amp;','
&amp;amp;
if([EDIUmsatz]&amp;lt;=0 and [EDIUmsatzVJ]&amp;gt;0
,'EDI-interface no more working')&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Apr 2019 10:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-If-String-Recommendations/m-p/1568099#M456867</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2019-04-11T10:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate If-String (Recommendations)</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-If-String-Recommendations/m-p/1568100#M456868</link>
      <description>Change the sequence as per your requirement.</description>
      <pubDate>Thu, 11 Apr 2019 10:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-If-String-Recommendations/m-p/1568100#M456868</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2019-04-11T10:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate If-String (Recommendations)</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-If-String-Recommendations/m-p/1568120#M456869</link>
      <description>Very well, thank you! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; Only all the commas in case of no recommendations may be disturbing. If you find a way to avoid them, just update me.</description>
      <pubDate>Thu, 11 Apr 2019 11:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-If-String-Recommendations/m-p/1568120#M456869</guid>
      <dc:creator>nesonica</dc:creator>
      <dc:date>2019-04-11T11:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate If-String (Recommendations)</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-If-String-Recommendations/m-p/1568125#M456870</link>
      <description>Sorry, I didn't get your OPTIONAL part of question, hope you are talking about the same.&lt;BR /&gt;Please elaborate a little.</description>
      <pubDate>Thu, 11 Apr 2019 11:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-If-String-Recommendations/m-p/1568125#M456870</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2019-04-11T11:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate If-String (Recommendations)</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-If-String-Recommendations/m-p/1568132#M456871</link>
      <description>Our sellers shall see recommendations about their customers, if an issue occurs.&lt;BR /&gt;But if the seller fixed the issue, he shall be able to "check off" the recommendation and "write a comment" to it that goes live. Is there any option for this?</description>
      <pubDate>Thu, 11 Apr 2019 11:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-If-String-Recommendations/m-p/1568132#M456871</guid>
      <dc:creator>nesonica</dc:creator>
      <dc:date>2019-04-11T11:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate If-String (Recommendations)</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-If-String-Recommendations/m-p/1568136#M456872</link>
      <description>Sorry buddy, no idea</description>
      <pubDate>Thu, 11 Apr 2019 11:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-If-String-Recommendations/m-p/1568136#M456872</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2019-04-11T11:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate If-String (Recommendations)</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-If-String-Recommendations/m-p/1568145#M456873</link>
      <description>&lt;P&gt;You can may be look into making it an&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/Inputfield.htm" target="_blank" rel="noopener"&gt;Inputfield&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 11:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-If-String-Recommendations/m-p/1568145#M456873</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-11T11:33:36Z</dc:date>
    </item>
  </channel>
</rss>

