using array_sum in a ssp

using array_sum in a ssp

maxc0mmaxc0m Posts: 2Questions: 1Answers: 0

Hi there,
I have a grouped query where i need to sumarize a column.
Is it possible to sumarize the column inside directly in the called script like it is to format a column with the 'formatter'?

I hope you understand my question :-)

Thanks in advance

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,180Questions: 1Answers: 10,411 Site admin
    Answer ✓

    No - sorry. You would need to modify the script to add that functionality. It would likely require an extra SQL query to get the summary data.

    Allan

  • maxc0mmaxc0m Posts: 2Questions: 1Answers: 0

    Thanks for responding
    Thats OK, I modified the script so now it works :-)

This discussion has been closed.