Is there a way to link Column ID : 1104 of a table 1000 to a shape directly?
... all existing reference lead to child/master config.
(IDs provided herein are for examples only)

for a table 1: ID 1000
with multiple columns
ID: 1101 ID: 1102 ID:1103
————————————————-
RX Power | TX Power | Temperature |
————————————————-
20 dB 30 dB 30 °C
22 dB 31 dB 29 °C
using the syntax parameter: 1000 will yield me : 20 dB 30 dB 30 °C in one sequence
… but using parameter syntax
: 1000|1103:1
or
: 1103:1
only give blank value instead of the expected 30 °C

The value from a particular cell of that column?
Hi Mark,
I see that you are using '1' as index to point to a specific row. Can you double check that '1' is actually the index of the table?
Please find below a small test that maps cell values on a shape. In this case I would like to map the values from the column 'Column Parameter B3':
In order to map these two values, I have to proceed as follows:
First row
Second row:
This will result in the following overview:
Hope it helps.
Hi Mark,
Can you elaborate a bit your question? What you would like to display in the shape? All cell values related to that column? The value from a particular cell of that column?