Fixed Table: Unable to select variables different devices

Fixed Table: Unable to select variables different devices

@Vincent Raaijmakers

Hi, for testing purposes, I created a fixed table, 4 columns, 7 rows.

Used devices are LoRaWAN devices.
All devices store their values in the same bucket.
My plan is to have each row display device name, frequency, RSSI and SNR (6 different devices).
Like:
Device A | 9031000 | -92 | 6.2
Device B | 9072000 | -92 | 6.2

When selecting a variable in a column cell, I expect to filter by variable name and see all listed devices. Like filter by ‘frequency’.

Result:
Expect: to see all different devices in the bucket having the variable frequency.
filter: frequency | bucket: bucket X

variable | device
frequency | Device A
frequency | Device B

Actual: results is a list of devices with the same name.
filter: frequency | bucket: bucket X

variable | device
frequency | Device A
frequency | Device A

So I’m unable to know what device I select for what row.
What am I doing wrong?

Thanks!
Vincent