On 7/15/2018 13:34, Pablo Rodriguez wrote:
On 07/15/2018 07:20 PM, Wolfgang Schuster wrote:
Hi Pablo,

when you use the label mechanism to create a counter context ensures to
print the right counter value in the table.
Hi Wolfgang,

would it be possible to provide me with a minimal sample?

I don‘t use labels and I don’t know how to use them with counters in
xtables.

Many thanks for your help,

Pablo

Easier than counters:

\definelabel [QQ][text=,headcolor=red]
\starttext
\startxtable
  \startxrow
    \startxcell one \stopxcell
    \startxcell two \QQ[there] \stopxcell
  \stopxrow
  \startxrow
    \startxcell alpha \QQ\stopxcell
    \startxcell beta \QQ[here]  \stopxcell
  \stopxrow
\stopxtable

See entry \in[here].

\stoptext
--

Rik