You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a working C# script that won't save as a Macro in T3. I get the error message "Macro cannot be saved because the script contains one or more errors". The script runs fine when executed without saving as macro.
I narrowed the issue down to the var numericColumnsnew definition in the UpdateNumericColumns() function (line 183 to 185 in below code)
Description
I have a working C# script that won't save as a Macro in T3. I get the error message "Macro cannot be saved because the script contains one or more errors". The script runs fine when executed without saving as macro.
I narrowed the issue down to the
var numericColumnsnew
definition in theUpdateNumericColumns()
function (line 183 to 185 in below code)https://github.com/revanth-ar/T3-Scripts/blob/61f2a45b7edc989b0410fffde270104807460392/Script%20for%20creating%20Aggregated%20Measures%20for%20selected%20columns%20with%20bug.csx
Please let me know if this is a T3 bug or an issue with my code.
Tabular Editor 3 Version
3.17.1
Screenshots
No response
Steps to Reproduce
Works when running the script on a table. Save as Macro button returns an error.
Expected behavior
No response
Crash Report
No response
Windows Version
Windows 11
The text was updated successfully, but these errors were encountered: