I have StartDate and EndDate parameter/control on QuickSight Dashboard, if user select only start date on QuickSight dashboard , then need to add 7 days in end date without selecting end date on UI.
I have Athena SQL query and using direct query mode, need to pass multi value to the select * from table where booking_number in (<<$BookingNumber>>,) it only works for single value but not for multi value, is there any workaround for this this? if I create filter on Dashboard then sometimes it take time to filter booking number data.