Hi,
set the default value for the week prompt 'Current Week' and use value as 'current week'. set the filter as
week column = case when weekparam = 'current week' then ('WK' || cast(_week_of_year('PDATE'), varchar(50)) || '-' || cast(extract(year,curr...
set the default value for the week prompt 'Current Week' and use value as 'current week'. set the filter as
week column = case when weekparam = 'current week' then ('WK' || cast(_week_of_year('PDATE'), varchar(50)) || '-' || cast(extract(year,curr...