Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8594

Re: How to prevent 0 from showing after export to Excel?

$
0
0

Hi Bobby,

 

When you reference the formula you now need to check if the value is a number:

 

If NumericText ({@myFormula}) Then

    ToNumber ({@myFormula}) + 7

Else 0;

 

This example checks the formula for a number.  If it is numeric then you can convert the formula to a number and use it in the calculation.  The Else you can eliminate if you don't need it.

 

Thanks,

Brian


Viewing all articles
Browse latest Browse all 8594

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>