[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Order Dynamic Module Items by NEWID

  • Thread starter Thread starter jread
  • Start date Start date
Status
Not open for further replies.
J

jread

Guest
Try adding this to the sort expression: DateCreated.ToString().Substring((DateTime.Now.Second % 10), 4) DESC With that it will randomize each load based on current time

Continue reading...
 
Status
Not open for further replies.
Back
Top