Change title based on condition (Repeating Panel)

@yosiasz Thanks! Is it still possible to access the labels within queries?

e.g.

In title: ${variableName} gives me the label, e.g., 2

Using the exact same syntax in the queries gives a different result: the values. e.g., ‘Precision’

My queries need to use 1, 2, 3, 4, 5. It would be impossible to swap the values and labels, since ‘Speed’ for example would need to map to 3 different values.

Edit: I’ve tried ${variableName:label} and ${variableName:value} in the queries. Always produces the value.