Using functions in Totals
I need to use functions in the Totals. For example, I add a new Total as:
[Year([customer.EntryDate])]
selecting Average as Function. When I click Preview, I get "Error CS1525 Invalid expression term [".
What am I doing wrong?
Thank you
[Year([customer.EntryDate])]
selecting Average as Function. When I click Preview, I get "Error CS1525 Invalid expression term [".
What am I doing wrong?
Thank you
Comments
Year([customer.EntryDate])