<?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: Conditional Table Column in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/Conditional-Table-Column/m-p/1564580#M131663</link>
    <description>&lt;P&gt;I tried that formula, and it still shows all. If all three values match, I need the row to be hidden. In the image, the first row should be hidden as they all match&lt;/P&gt;</description>
    <pubDate>Wed, 03 Apr 2019 13:04:49 GMT</pubDate>
    <dc:creator>esuper21</dc:creator>
    <dc:date>2019-04-03T13:04:49Z</dc:date>
    <item>
      <title>Conditional Table Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Conditional-Table-Column/m-p/1563853#M131505</link>
      <description>&lt;P&gt;I have three columns that I need to compare. I want to show the entire row IF the first column does NOT match the second OR third column.&lt;/P&gt;&lt;P&gt;I tried a 'show column if' with a function "=[SN Prefix]&amp;lt;&amp;gt;[HN Prefix] or&amp;nbsp;[SN Prefix]&amp;lt;&amp;gt;[User Prefix]", but it still returned values where all three match. (i.e. If all three match, don't show the row).&lt;/P&gt;&lt;P&gt;How do I get this to run in the table without adding exceptions the data load?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 11:47:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Conditional-Table-Column/m-p/1563853#M131505</guid>
      <dc:creator>esuper21</dc:creator>
      <dc:date>2019-04-02T11:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Table Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Conditional-Table-Column/m-p/1564550#M131657</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I think what you are looking for would be the&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to Dimension (Hiding Nulls)&lt;/P&gt;&lt;P&gt;=if([SN Prefix]&amp;lt;&amp;gt;[HN Prefix] OR [SN Prefix]&amp;lt;&amp;gt;[User Prefix],[SN Prefix])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Measurements something like&lt;/P&gt;&lt;P&gt;=Sum(if([SN Prefix]&amp;lt;&amp;gt;[HN Prefix] OR [SN Prefix]&amp;lt;&amp;gt;[User Prefix],Value))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capturar.PNG" style="width: 335px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/9377i7EAB0F07C8C09390/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capturar.PNG" alt="Capturar.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I used as an example in the table below&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;BR /&gt;SN Prefix,HN Prefix,User Prefix,Value&lt;BR /&gt;A,A,A,1&lt;BR /&gt;B,B,B,2&lt;BR /&gt;B,C,B,3&lt;BR /&gt;D,C,B,4&lt;BR /&gt;E,B,D,5&lt;BR /&gt;F,F,F,6&lt;BR /&gt;]&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rafael Yoshida&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 12:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Conditional-Table-Column/m-p/1564550#M131657</guid>
      <dc:creator>rafael_neves</dc:creator>
      <dc:date>2019-04-03T12:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Table Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Conditional-Table-Column/m-p/1564580#M131663</link>
      <description>&lt;P&gt;I tried that formula, and it still shows all. If all three values match, I need the row to be hidden. In the image, the first row should be hidden as they all match&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 13:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Conditional-Table-Column/m-p/1564580#M131663</guid>
      <dc:creator>esuper21</dc:creator>
      <dc:date>2019-04-03T13:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Table Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Conditional-Table-Column/m-p/1564584#M131665</link>
      <description>&lt;P&gt;Also, in the variable I only have these areas to put formulas (image below).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 215px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/9385i5F3FB3E8D7C5D4AC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.PNG" alt="Capture2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 13:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Conditional-Table-Column/m-p/1564584#M131665</guid>
      <dc:creator>esuper21</dc:creator>
      <dc:date>2019-04-03T13:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Table Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Conditional-Table-Column/m-p/1564640#M131674</link>
      <description>&lt;P&gt;this formula must be used in Field Field&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in place of "SN Prefix"&lt;/P&gt;&lt;P&gt;should use&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=if([SN Prefix]&amp;lt;&amp;gt;[HN Prefix] OR [SN Prefix]&amp;lt;&amp;gt;[User Prefix],[SN Prefix])&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 14:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Conditional-Table-Column/m-p/1564640#M131674</guid>
      <dc:creator>rafael_neves</dc:creator>
      <dc:date>2019-04-03T14:03:23Z</dc:date>
    </item>
  </channel>
</rss>

