<turbo-stream action="update" target="wiki_card"><template>

<h1>TOFLOAT</h1>
<div class="trix-content"><h1>TOFLOAT(data);</h1>
<p>Often needed when using operators in other formulas. It converts the value to FLOAT which ensures a correct comparison on lookup when e.g. transferring a field to a FLOAT field or if you need to calculate on the value.</p>
<p>&nbsp;</p>
<p><strong>Example:</strong></p>
<blockquote>
<p>##IF("Account Balance" &lt; TOFLOAT(100),'Send Warning','OK')<br>Convert the value to FLOAT which makes it compatible for comparison with the Account Balance field.</p>
</blockquote></div>
</template></turbo-stream>

