IF in DBRW can not work correctly

Issue #667 resolved
Ronan Wang created an issue

Seems like the custom cell’s default type is “String“, so comparing the value with a number will cause incorrect results.

the rightmost column is a custom cell, value is DBRW()

Added IF(DBRW() > 0, “Y“, “N“)

Then only “Y.

The feature is working correctly on the 2021.21.11 version

Comments (5)

  1. srichardson

    Hi Ronan, I can fix this issue but for an immediate workaround try subtracting 0 from the DBRW function to convert the value to a number.

  2. Log in to comment