• Hi,
    No, I pass through fiscal year in the dataset on purpose.
    Anyway, I did solve my issue
    The way to open up a new window in javascript with passing parameters is to do

    &FiscalYear = " & Fields!FiscalYear.Value  & " &FiscalWeek = " & Fields!FiscalWeek.Value & " and so on......
    Fields! can also be Parameters! or whatever you want to pass through to the new report