<?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: How to use data filter for a column with empty cells without deleting the cells? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-use-data-filter-for-a-column-with-empty-cells-without/m-p/305321#M56149</link>
    <description>&lt;P&gt;I already have made the same one. the problem is those (???) are messed up. they are joined between columns since there are empty rows in each column and for some reason, they are filled with the data from the second column in the same row numbers.&lt;/P&gt;&lt;P&gt;See the attachments&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 13 Sep 2020 22:39:27 GMT</pubDate>
    <dc:creator>Mikasa</dc:creator>
    <dc:date>2020-09-13T22:39:27Z</dc:date>
    <item>
      <title>How to use data filter for a column with empty cells without deleting the cells?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-data-filter-for-a-column-with-empty-cells-without/m-p/305296#M56144</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I want to make a filter in my report for a column that has a few empty cells. Other cells have the name of products. When I use Data&amp;nbsp; Filter, nothing shows up in the report and I think it is because of empty cells. I tried to exclude them but did not work&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Add Filter(
    columns( :Entity1, :Entity2, Where( :Entity1 != "" ), Where( :Entity2 != "" ), ),
    Display( :Entity1, Size( 120, 100 ), List Display ),
    Display( :Entity2, Size( 120, 100 ), List Display )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 23:37:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-data-filter-for-a-column-with-empty-cells-without/m-p/305296#M56144</guid>
      <dc:creator>Mikasa</dc:creator>
      <dc:date>2023-06-09T23:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to use data filter for a column with empty cells without deleting the cells?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-data-filter-for-a-column-with-empty-cells-without/m-p/305317#M56146</link>
      <description>&lt;P&gt;Removed at Discussion Author's request&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 11:12:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-data-filter-for-a-column-with-empty-cells-without/m-p/305317#M56146</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-09-14T11:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to use data filter for a column with empty cells without deleting the cells?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-data-filter-for-a-column-with-empty-cells-without/m-p/305321#M56149</link>
      <description>&lt;P&gt;I already have made the same one. the problem is those (???) are messed up. they are joined between columns since there are empty rows in each column and for some reason, they are filled with the data from the second column in the same row numbers.&lt;/P&gt;&lt;P&gt;See the attachments&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2020 22:39:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-data-filter-for-a-column-with-empty-cells-without/m-p/305321#M56149</guid>
      <dc:creator>Mikasa</dc:creator>
      <dc:date>2020-09-13T22:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to use data filter for a column with empty cells without deleting the cells?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-data-filter-for-a-column-with-empty-cells-without/m-p/305860#M56160</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/20233"&gt;@Mikasa&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Based up the first sceen capture of your data table and then the capture of your report,&amp;nbsp; it is my opinion think the data table was created with a split or a poor join.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I think your report and filter would work better if there was one column Product and a different column for Entity etc.&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Good luck.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 18:31:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-data-filter-for-a-column-with-empty-cells-without/m-p/305860#M56160</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2020-09-14T18:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to use data filter for a column with empty cells without deleting the cells?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-use-data-filter-for-a-column-with-empty-cells-without/m-p/306072#M56169</link>
      <description>Thank you for the response&lt;BR /&gt;I had the same thing that you suggested (one column for Entity, one for Chamber) then I filtered the Entity. The problem in my report is I like to see the graphs based on the different products (Product filter). But Entity filter is separated and when I click on them to chose one, it shows all the products on that Entity. I do not know how to connect them and when I click on an Entity in the filter window I can be able to click on chose the specific product from the product filter window.</description>
      <pubDate>Sun, 13 Sep 2020 17:35:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-use-data-filter-for-a-column-with-empty-cells-without/m-p/306072#M56169</guid>
      <dc:creator>Mikasa</dc:creator>
      <dc:date>2020-09-13T17:35:11Z</dc:date>
    </item>
  </channel>
</rss>

