We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, many thanks for the TE, it is an amazing tool!!
I have a question on parameterizing scripts in TE. For example, I cannot get userinput in the script below:
`var theBody = "KPI Color Calculation";
Selected.Measures.Description = "SR [" + DateTime.Today.ToString("yyyy/MM/dd") + "]: " + theBody;`
When I'm using var theBody = Console.ReadLine(); script works, yet just skips the userinput stage. Probably, I'm missing something.
Thanks in advance for all the explanations!!
The text was updated successfully, but these errors were encountered:
Bump this thread... So far there is no console in tabular editor. So it will not work, however is there any way to create inputbox() in TE?
Sorry, something went wrong.
No branches or pull requests
Hi,
many thanks for the TE, it is an amazing tool!!
I have a question on parameterizing scripts in TE. For example, I cannot get userinput in the script below:
When I'm using var theBody = Console.ReadLine(); script works, yet just skips the userinput stage. Probably, I'm missing something.
Thanks in advance for all the explanations!!
The text was updated successfully, but these errors were encountered: