Insert user input into a basic calculation in jsl
Hi all,I want to ask user to insert number of months for analysis. This value will be used in equation to select the last "insert months" of rows and then subset.I prepared following part at the beginning, but this leads to an error. Names Default To Here( 1 );
nw = New Window("", <<Modal, <<Return Result,
HListBox(
Panel Box("How many months would you like to analyze?",
Lineup Box(
2,
...