Skip to Content
0
Aug 28, 2018 at 06:31 AM

How to find if a date column is sunday or not?

170 Views

Use LOAD_D(date column) if this is a Sunday; Otherwise, convert to Sunday’s date; Please note that the most likely day, other than Sunday, is Saturday, in which case simply add 1 to the date.

Experts-How to implement this in bods?