Bernat Agulló Roselló
Bernat Agulló Roselló
Hello, I just tried to run a test script I am doing to test my custom dll thing, and the script runs in Tabular Editor 3 but not in Tabular...
I am trying to write a simple script that will pre-write some part of a measure. Having a selected measure, it creates another measure with the expression CALCULATE([Measure]), ready to...
hello I noticed that some parts of c# 6.0 do not compile in TE2 nameof [is supposed to be part of it,](https://www.c-sharpcorner.com/UploadFile/16101a/nameof-operator-a-new-feature-of-C-Sharp-6-0/) but does not compile in TE2 for example...
Hi, I created a script with a built-in custom class at the end with the trick of closing one extra curly bracket and leaving one open at the end. It...
Hello, Yesterday in a presentation I discovered that for helper functions such as Error, SelectTable etc, in TE3 will work only with "ScriptHost." prefix or no prefix at all, while...
Hello, when using this function I show at the end and that you provided in another question (works like a charm by the way) in TE2 the pointer becomes a...
**Describe the bug** Trying to execute in TE2 a script that runs fine in TE3 I get an error I don't know how to fix, or if it's fixable. **To...
I'm trying to streamline the creation of in-script classes, and I found something that works in TE3 but not TE2 the following script works in TE3 but not TE2 ```...
### Description when you define a group by columns, and is say the 3rd column of the table, you close and is all good. However if you open again, the...
I was trying to make a replacement on selected text, but apparently it takes the whole script if you say select all. Am I the only one?