Hi Method,
Does anyone experienced in SQL? I'm looking for a function to subtotal the row post it on the bottom row. Just like to Subtotal Function in Method. But because I use SQL override, the Subtotal Function is not working. Does anyone know the SQL? Below are the screenshot,
Table
SQL Used
CONVERT(varchar, CAST([Amount] AS Money), 1) - As far as I know that this SQL works to make the Amount has Money format for thousand separator.
Please advise.