Hi, I would like to get the previous and next record based on condition. I have dataset that has date and day field, I need to check for 20th each month and select the previous and next record based on weekend.
For example, if 20th is on Friday , then I need to take 19 and 20th, but if 20th is on Saturday then need to take 19th (Friday) and 22 (Monday) as flag. I have created a index column to select particular date. Please help me on this I tried to do using multi row formula, but it's not working.
Thanks