<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri, sans-serif" size="2">
<div>I have a current issue were the NAN values I actually want to translate to 100 and keep the known values as is?</div>
<div style="text-indent: 36pt; ">CDEF:trans_var=var,UN,0,var,IF </div>
<div>works great translating the NAN&#8217;s to 0 </div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CDEF:trans_var=var,UN,1,var,IF</div>
<div>appear to work on getting NAN&#8217;s to 1 , but</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CDEF:trans_var=var,UN,100,var,IF</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CDEF:trans_var=var,UN,0,var,IF,var,100,IF</div>
<div>just gets me 100 and none of the known values</div>
<div>Im using rrdtool version 1.2.12 with no current upgrade path</div>
<div>Does anyone have any suggestions?</div>
<div>&nbsp;</div>
<div><font size="3" color="#17365D">Warren Thomas</font></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
</font>
</body>
</html>