From: Wu Ming <wu.ming2@icloud.com>
To: emacs-orgmode@gnu.org
Subject: Re: Table column formula with remote reference
Date: Mon, 11 Mar 2024 19:43:30 +0800 [thread overview]
Message-ID: <D8867823-7257-4261-A144-FDD0C610BC29@icloud.com> (raw)
In-Reply-To: <1F92C461-F43D-48F4-B153-1AD7B308D377@icloud.com>
[-- Attachment #1: Type: text/plain, Size: 984 bytes --]
Problem solved with
$1 = remote(A,@@#$1)
as described on the manual page https://orgmode.org/manual/References.html#Field-coordinates-in-formulas-1 <https://orgmode.org/manual/References.html#Field-coordinates-in-formulas-1>
Where is the coordinate @@# documented?
> On 11 Mar 2024, at 18:52, Wu Ming <wu.ming2@icloud.com> wrote:
>
> 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.
>
>
[-- Attachment #2: Type: text/html, Size: 1810 bytes --]
next prev parent reply other threads:[~2024-03-12 8:04 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-11 10:52 Table column formula with remote reference Wu Ming
2024-03-11 11:43 ` Wu Ming [this message]
2024-03-12 14:46 ` Ihor Radchenko
2024-03-13 6:04 ` Wu Ming
2024-03-13 12:16 ` Ihor Radchenko
2024-03-14 1:16 ` Wu Ming
2024-03-14 13:40 ` Fraga, Eric
2024-03-17 2:29 ` Wu Ming
2024-03-18 12:53 ` Fraga, Eric
2024-03-14 21:58 ` Ihor Radchenko
2024-03-17 2:55 ` Wu Ming
2024-03-17 14:03 ` Ihor Radchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=D8867823-7257-4261-A144-FDD0C610BC29@icloud.com \
--to=wu.ming2@icloud.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).