
F(x) report column looks like:
If (Sokil_GL_Account_Items.Account_Number = 113100, SUM(Sokil_GL_Account_Items.AR_Amount), 0)
How do I get the report to provide a summary on a F(x) column? I have Roll Up Style report turned on.
SUM( If(Sokil_GL_Account_Items.Account_Number = 113100, Sokil_GL_Account_Items.AR_Amount, 0) )