Custom Query SELECT SUM()
-
Hello,
I have a Currency DS field. In the “Custom Query section” i insert:
“SELECT column-name FROM table-name”
> the “test query” work
if i insert
“SELECT SUM(column-name) FROM table-name”
> the “test query” doesn´t work
i need
“SELECT SUM(column-name) FROM table-name WHERE condition”
> How can i fix the problem?Can you help me, please?
Best Regards.
madsVersion 10.0.301
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Custom Query SELECT SUM()’ is closed to new replies.