I have a CR 10 report that pull data from sql. I am trying to get every two week of data. I have used the code below but it only gives me for some reason from 11/06/05 through 11/18/05 and in one user case it gives 10/30/05 through 11/11/05. Is there a way where I pick dates instead of just get random dates. I am very new to crystal so please bear with me.
thanks
totext({table.date}-dayofweek({table.date}) + 1,"MM/dd/yyyy") + " - " + totext({table.date}-dayofweek({table.date}) + 7,"MM/dd/yyyy").
thanks
totext({table.date}-dayofweek({table.date}) + 1,"MM/dd/yyyy") + " - " + totext({table.date}-dayofweek({table.date}) + 7,"MM/dd/yyyy").