Hello! I was wondering if anyone out there knew how to get a computed expression for excluding weekends? I currently have this setup for subtracting a specific amount of days from a specific column and I get a new date.
relativedate( vw_program_detail_elig_end_dt , -15)
How can I change this compute expression to exlude weekends?
Jesse