2) In the next beta it will work again, but only with the friendly name:
setcolumns("Custom 1", 8);
setcolumns("Custom 1", 8);
1) doesn't populate it until after a refresh: cannot reproducejupe wrote: ↑08 Apr 2025 22:20 I noticed a couple things while testing .0104, when you add a 1>10 column it doesn't populate it until after a refresh, also the header context menu seems to be missing the 2 new items you added recently Skip Custom, and Refresh by Click. Also once you choose a 1>10 column you can't switch to another from the header context menu anymore without hiding the column.
Custom 1: xxx
which returns no results, if I change the selector to the caption or cc1 it works though, whereas if I do the same in fresh, XY uses the caption as the selector, eg Dimensions: xxx
which produces results.Code: Select all
goto <xypath>; setcolumns("Name,:d-15"); text report();
I've now remembered that to get the described behavior, I had toggled the column by script. To repro run in fresh with images visible:
setcolumns("Custom 1", 8);