Am trying to write an expression using the COUNT and DATEADD functions. Being a SQL noob, I really could use some help. The goal is to count the number of fields for the LastOnline value, for the past 7 days. Here is my broken expression:
=Count(Fields!LastOnline.Value > DateAdd ("d",-7,Today()))
Thx for the help.