Hi team,
I have built a table with parameter input to display week over week change, and may I ask if there is a way to have the “April” and “May" columns dynamically changed according to its week selected?
I want the user to only select the week number, and then the table should include the month of the selected week and its previous month with month over month change.
I have the raw data in a format basically like this:
month week date
January wk01 2024/1/1
January wk02 2024/1/8
January wk03 2024/1/15
Additionally, for the columns “-1”, “-2”, “-3” these are meant for wk16 wk15. I tried creating parameter for each of these 3 column and connect them to calculated fields to pass the values in. I am using something like this in the calculated field “${weekminus1}=concat(“wk”,toString(parseInt(substring(${weekParam},3,2))-1))” However, the parameters keep returning the default values