Hi Michael,
On 13 January 2012 09:21, Michael Brand wrote:
> Hi Sankalp
>
> On Fri, Jan 13, 2012 at 04:30, Sankalp wrote:
> > I'm using org 7.8.03 but the issue is still there.
>
> I can not reproduce with release_7.8.02-13-g0c09a.dirty:
>
> ||
> | Amount |
> ||
> |130 |
> |
Hi Sankalp
On Fri, Jan 13, 2012 at 04:30, Sankalp wrote:
> I'm using org 7.8.03 but the issue is still there.
I can not reproduce with release_7.8.02-13-g0c09a.dirty:
||
| Amount |
||
|130 |
||
||
||
#+TBLFM: @2$1=remote(xyz,@>$1)
#+TBLNAME: xyz
|---
On 11 January 2012 23:04, Michael Brand wrote:
> Hi Phil
>
> On Tue, Jan 10, 2012 at 14:39, Phil (Philip) Mason
> wrote:
> > Should I be able to use @> in references to remote tables?
>
> Yes, this issue has been resolved by Carsten with
> release_7.7-420-g1432e4b
>
>
I'm using org 7.8.03 but th
Hi Phil
On Tue, Jan 10, 2012 at 14:39, Phil (Philip) Mason
wrote:
> Should I be able to use @> in references to remote tables?
Yes, this issue has been resolved by Carsten with
release_7.7-420-g1432e4b
> Is there a syntax I should be using if I want to get all the entries
> in a table below a c
Hello all,
Should I be able to use @> in references to remote tables?
For example in the tables below I would expect the results table to show "cde"
as the result of both formulas.
#+TBLNAME: TEST1
|---+---|
| a | f |
| b | g |
| c | h |
| d | i |
| e | j |
|---+---|
#+TBLNAME: RESULTS
|---