[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Table column formula with remote reference
From: |
Wu Ming |
Subject: |
Table column formula with remote reference |
Date: |
Mon, 11 Mar 2024 18:52:21 +0800 |
Hello,
#+NAME: A
Table with header row here
#+NAME: B
Table with header row here
#+TBLFML: $1 = remote(A,$1)
Does nothing.
$1 = remote(A,@0) referring current row w implicit column does not work. Debug
shows on row 2 of current table it returns the value of row 1, the header, on
table A.
Same result as above with @0$1 instead.
$1 = remote(A,@2$1) does what expected. For every row copies the same value of
@2$1 from table A to table B.
Need to refer multiple columns on different tables in a column formula for a
final table.
Please advise. Thanks.
- Table column formula with remote reference,
Wu Ming <=
- Re: Table column formula with remote reference, Wu Ming, 2024/03/12
- Re: Table column formula with remote reference, Ihor Radchenko, 2024/03/12
- Re: Table column formula with remote reference, Wu Ming, 2024/03/13
- Re: Table column formula with remote reference, Ihor Radchenko, 2024/03/13
- Re: Table column formula with remote reference, Wu Ming, 2024/03/13
- Re: Table column formula with remote reference, Fraga, Eric, 2024/03/14
- Re: Table column formula with remote reference, Wu Ming, 2024/03/16
- Re: Table column formula with remote reference, Fraga, Eric, 2024/03/18
- Re: Table column formula with remote reference, Ihor Radchenko, 2024/03/14
- Re: Table column formula with remote reference, Wu Ming, 2024/03/16