[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Mean of a column in a remote table
From: |
Roger Mason |
Subject: |
Re: [O] Mean of a column in a remote table |
Date: |
Thu, 13 Dec 2018 14:54:43 -0330 |
User-agent: |
mu4e 1.1.0; emacs 26.1 |
Hello Eric,
Eric S Fraga <address@hidden> writes:
> Umm, I think you want to do the mean of the remote entries so try:
> vmean(remote($1,@2..@>)) but I also wonder whether you need to specify
> the column as well for remote references? At least, when I have done
> this, I have specified both rows and columns,
> e.g. vmean(remote(xxx,@<$>..@>$>)).
Yes! That was it.
Many thanks for your help.
Roger