I have a pivot table that I run against a saved query. The problem is one of the numbers I want to add is s String in the data source so I need to convert it to value.
I tried to use CDBL in the SQL editor of MS Query but when I format it as below
Select CDBL(DataSource.TransQty),
DataSource.Product
From DataSource
I get an error
Lexical element not found: FROM
Not sure what I am doing wrong.
I tried to use CDBL in the SQL editor of MS Query but when I format it as below
Select CDBL(DataSource.TransQty),
DataSource.Product
From DataSource
I get an error
Lexical element not found: FROM
Not sure what I am doing wrong.