0
水晶報告中有一個「字符串是非數字」的例外。我該如何解決它?我已經寫代碼來檢查空值字符串是非數字水晶報告中的例外
If IsNull({GL_PayableStatement.RemainingBalance}) OR {GL_PayableStatement.RemainingBalance}="" OR {GL_PayableStatement.RemainingBalance}="0"
then
0
ELse
ToNumber({GL_PayableStatement.RemainingBalance})
但還是沒有修好! 請幫幫我。
什麼是「{GL_PayableStatement.RemainingBalance}」的數據類型' – Siva