Hi, I’m trying to split some values that I select in my query.
If I do the division with only one value, it works, but if I use more than one line, it doesn’t work.
SELECT
$__timeEpoch(Time),
AxialCol_01(/10),
AxialCol_08(/10),
AxialCol_10(/10)
FROM
TBLMP5
WHERE
$__timeFilter(Time)
ORDER BY
Time ASC