Quantcast
Channel: Data Preparation & Blending discussions
Viewing all articles
Browse latest Browse all 4999

If else with replace regex function

$
0
0

I have a numeric field where I multiply each number by 2.98 unless it is 0. If it is 0, I replace 0 with null-empty

 

IF(IsEmpty(Regex_Replace([APR]),"0"," ") ELSE CEIL(ToNumber([APR])*2.98) endif  does not work the way I want

 


Viewing all articles
Browse latest Browse all 4999

Trending Articles