T
|
thamestrader 5/30/2020 |
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?
|
![]() |
Sergey Kornilov admin 6/1/2020 |
What does it mean 'there is no place holder for the value'? |