I have read about Modifying the Table to include a calculated filed. I do not have access to modify the table.
I have a very simple query
Select
SUM(Table.value/100) as 'DECLARED_VALUE'
From
Database
Where
Date = Curdate()
The SQL Preview works fine
When I BUILD I do not get a result... presumably because there is no place holder for the value
I cannot change the table as I do not have permission.
What other options do I have to display the value of a calculated field?
I have a very simple query
Select
SUM(Table.value/100) as 'DECLARED_VALUE'
From
Database
Where
Date = Curdate()
The SQL Preview works fine
When I BUILD I do not get a result... presumably because there is no place holder for the value
I cannot change the table as I do not have permission.
What other options do I have to display the value of a calculated field?