emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Check on empty does not work


From: Cecil Westerhof
Subject: [O] Check on empty does not work
Date: Sun, 1 Jun 2014 11:50:15 +0200

I am trying the following:
    #+TBLFM: @address@hidden = if("$3" == "nan", string(""), $3 - $2) ; %.1f
and:
    #+TBLFM: @address@hidden = if("$3" == "", string(""), $3 - $2) ; %.1f

But in both case the fourth field is filled when the third field is empty. What am I doing wrong?

I am using version 8.2.1.

--
Cecil Westerhof

reply via email to

[Prev in Thread] Current Thread [Next in Thread]