<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>
<div>
<div>I'm not sure how to succinctly describe what is going on, but I will give it a try. The table to points is creating a data set with a single "cell" containing all of the points. This is a little bit weird thing to do since filters like threshold will treat
 all the points as a single cell, which is why you are seeing this behavior.</div>
</div>
</div>
<div><br>
</div>
<div>The easiest way to break each point into its own cell is to use the Glyph filter. Add the Glyph filter and set Glyph Type to "2D Glyph". A second combo box below that also labeled Glyph Type will appear. Set that one to "Vertex". Once you apply the filter,
 the data will look the same, but when you run threshold you should get the behavior you expect.</div>
<div><br>
</div>
<div>-Ken</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>ParaView <<a href="mailto:paraview-bounces@paraview.org">paraview-bounces@paraview.org</a>> on behalf of Ethan Hereth <<a href="mailto:e.a.hereth@gmail.com">e.a.hereth@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Monday, March 21, 2016 at 8:48 AM<br>
<span style="font-weight:bold">To: </span>ParaView <<a href="mailto:paraview@paraview.org">paraview@paraview.org</a>><br>
<span style="font-weight:bold">Subject: </span>[EXTERNAL] [Paraview] Threshold not working on points created from csv file<br>
</div>
<div><br>
</div>
<blockquote id="MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" style="BORDER-LEFT: #b5c4df 5 solid; PADDING:0 0 0 5; MARGIN:0 0 0 5;">
<div>
<div>
<div style="white-space:pre-wrap">Good morning all, <br>
<br>
I have a small problem, I've imported a csv file with xyz data and converted it to points with the tabletopoints filter. The points show up just fine but I am unable to threshold the data... If I attempt to create a threshold that uses a valid range all data/points
 disappear. Am I doing something wrong or is this a bug? <br>
<br>
Thanks in advance for you help, </div>
</div>
</div>
</blockquote>
</span>
</body>
</html>