CASE
WHEN
        (%HM020% < 10)
THEN
        NULL
WHEN
        (%HM020% >=10)
THEN
        (%HM003%*100) /(%HM020%+100)
ELSE
        "N/A"
END

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: