Is any possible optional prompt on WEBI report level with requirement of current year and current month as default value when prompt occur? The optional prompt in WEBI seem like only available on fixed value. Also trying on universe side but getting error when changing getdate() to year(getdate()). Any idea?
A.BATCACTYR = (Case When @Prompt('Enter This Year','C','Year Others',mono,constrained,,{'999'})='999' Then getdate() else @Prompt('Enter This Year','C','Year Others',mono,constrained,,{'999'}) END).