On Wed, Dec 18, 2019 at 08:23:54AM -0800, C K Kashyap wrote:
> Digging through the source of +DelRowButton I found (: chart 1 data) ->
> this returns all the rows at once though.

There are many possibilities, depending on what data you want.

Best are the 'val>' methods of the charts and the individual fields.

> In the above code, I'd like SOME_CONDITION to be based on the value in the
> cell.

Which cell do you mean? One of the field? You can get the value of for example
the previous field with

   (val> (field -1))

(or (val> (field -5)) to get the value one row up).

Or (val> (: home someName)) for named 'gui' components.

☺/ A!ex




-- 
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe

Reply via email to