<?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: Manage null values in a Table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Manage-null-values-in-a-Table/m-p/111099#M7641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this might work for you as as expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only( {&amp;lt;%Tp_dato={6}&amp;gt;} #um )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only( {&amp;lt;%Tp_dato={5}&amp;gt;} #um )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only( {&amp;lt;%Tp_dato={10}&amp;gt;} #um )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jul 2018 11:15:22 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2018-07-20T11:15:22Z</dc:date>
    <item>
      <title>Manage null values in a Table</title>
      <link>https://community.qlik.com/t5/App-Development/Manage-null-values-in-a-Table/m-p/111098#M7640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All.&lt;/P&gt;&lt;P&gt;I'm starting from here:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="comm1.png" class="jive-image image-1" height="169" src="https://community.qlik.com/legacyfs/online/208416_comm1.png" style="height: 169px; width: 894.343px;" width="894" /&gt;&lt;/P&gt;&lt;P&gt;Now I have to insert the description for each measure and i'd ike to create 3 new columns.&lt;/P&gt;&lt;P&gt;I'm trying to do that using if condition but the result is:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="comm2.png" class="jive-image image-2" height="161" src="https://community.qlik.com/legacyfs/online/208417_comm2.png" style="height: 161px; width: 1063.41px;" width="1063" /&gt;&lt;/P&gt;&lt;P&gt;How can i create my new column filling the same row instead of generating 3?&lt;/P&gt;&lt;P&gt;What is the correct statement in this case?&lt;/P&gt;&lt;P&gt;Excluding null value clicking on the specific flag box , the result is an empty tabale.&lt;/P&gt;&lt;P&gt;Thank's a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 11:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Manage-null-values-in-a-Table/m-p/111098#M7640</guid>
      <dc:creator>c_pannese</dc:creator>
      <dc:date>2018-07-20T11:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Manage null values in a Table</title>
      <link>https://community.qlik.com/t5/App-Development/Manage-null-values-in-a-Table/m-p/111099#M7641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this might work for you as as expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only( {&amp;lt;%Tp_dato={6}&amp;gt;} #um )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only( {&amp;lt;%Tp_dato={5}&amp;gt;} #um )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only( {&amp;lt;%Tp_dato={10}&amp;gt;} #um )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 11:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Manage-null-values-in-a-Table/m-p/111099#M7641</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-07-20T11:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Manage null values in a Table</title>
      <link>https://community.qlik.com/t5/App-Development/Manage-null-values-in-a-Table/m-p/111100#M7642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Concat(DISTINCT&amp;nbsp; {&amp;lt;%Tp_dato={6}&amp;gt;} #um )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Concat(DISTINCT {&amp;lt;%Tp_dato={5}&amp;gt;} #um )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Concat(DISTINCT {&amp;lt;%Tp_dato={10}&amp;gt;} #um )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 11:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Manage-null-values-in-a-Table/m-p/111100#M7642</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-07-20T11:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Manage null values in a Table</title>
      <link>https://community.qlik.com/t5/App-Development/Manage-null-values-in-a-Table/m-p/111101#M7643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is #um ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there's no agregate operator, just if that'w why null for other rows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add maxString before if,&lt;/P&gt;&lt;P&gt;or maybe only if there is only one #um&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 11:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Manage-null-values-in-a-Table/m-p/111101#M7643</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-07-20T11:20:09Z</dc:date>
    </item>
  </channel>
</rss>

