Replies: 0
I might sound silly but I was wondering if we can use Server Functions in scripts?
My objective is to create a running total column for which I’m trying to use
SUM (col2) OVER (PARTITION BY col1 Order by Col1) As new_col;
But its not seems to be working on upload.