Passing Parameters to JSL script
I have a script that generates graphs over a particular date duration (e.g. last 30 days) ----- the requirement is to generate multiple graphs over several more date durations (e.g. last 100 days, 365 days, etc.) ---- and these date durations will likely change over time.... So is there a way to pass a 'duration' parameter to the script? ---- or should I set a text file containing the durat...