And I have the following table which is loaded in my load script :
TEST_TABLE:
LOAD * INLINE
Product, VAL
Bottles, vTEST
Cars, vTEST2
];
Now, in my Dashboard, I'm trying to call the variables in a chart table with the field "VAL" of my TEST_TABLE (I have try ='$'&'('&(VAL)&')' but it doesn't work )