Hello body,
there is my input box:
obs = InputBox("What is the time frame do you want to compute the VaR?", "Time Frame")
I would like to declare the ouput (what the user wrote) as a sql variable to use it in further queries.
I looked for but I did not find :( . Any hint?
Thank you,