Re: [O] Using last row in remote table references

2012-01-12 Thread Sankalp
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 | > |

Re: [O] Using last row in remote table references

2012-01-12 Thread Michael Brand
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 |---

Re: [O] Using last row in remote table references

2012-01-12 Thread Sankalp
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

Re: [O] Using last row in remote table references

2012-01-11 Thread Michael Brand
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

[O] Using last row in remote table references

2012-01-11 Thread Phil (Philip) Mason
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 |---