Page 2 of 2
Re: SC report
Posted: 08 Apr 2025 11:44
by admin
1) Should work better in the next beta. There remains a small problem with the position. If the "added" column is already invisibly present left of the "Add Column" position ("Right-click here...") then it will appear at its original place. I'll tackle this when I find the time.
2) In the next beta it will work again, but only with the friendly name: setcolumns("Custom 1", 8);
Re: SC report
Posted: 08 Apr 2025 22:20
by jupe
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.
Re: SC report
Posted: 09 Apr 2025 13:09
by admin
jupe 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.
1) doesn't populate it until after a refresh: cannot reproduce
2) header context menu seems to be missing various items: that's a consequence of the recent corrections. Nothing changed here if you added a 1>10 column using Show Columns. Only doing it via Add Column is now handled as if you used Show Columns.
3) I added Skip Custom Columns and Refresh Cell by Click to that 1>10 column header menu, next beta
Re: SC report
Posted: 09 Apr 2025 19:50
by jupe
Re: SC report
Posted: 14 Apr 2025 06:33
by jupe
Don I have noticed an anomaly in my config, that I can't repro in fresh so I was hoping you might have some insight.
With cc1>10 In my normal config if from the cell ctx menu I try and LF (or QS, selfilter works still), the query XY uses is 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.
Along with various troubleshooting I have tried resetting my custom column definitions to default, and also my actual columns via :cols, but it hasn't changed it.
Re: SC report
Posted: 14 Apr 2025 10:12
by admin
Confirmed. This makes the difference: Configuration | General | Menus, Mouse, Usability | Cell Context Menu | Use localized search and filter patterns
Not sure at the moment whether this is an old or a new bug (and no time to check), but it should be fixed in the next beta.

Re: SC report
Posted: 15 Apr 2025 01:50
by jupe
Aha, thanks!
I overlooked that setting.
Re: SC report
Posted: 24 Apr 2025 23:31
by jupe
In case you miss this
post, or just to make it easier to spot the actual issue, there still seems to be a problem when using cc11+ when the report template is omitted, repro:
Code: Select all
goto <xypath>; setcolumns("Name,:d-15"); text report();
XY returns cc id, not content.
Re: SC report
Posted: 25 Apr 2025 11:11
by admin
Thanks for the repro!

Fixed in next beta.
Re: SC report
Posted: 05 May 2025 07:29
by jupe
admin wrote: ↑09 Apr 2025 13:09
jupe wrote: ↑08 Apr 2025 22:20
...., when you add a 1>10 column it doesn't populate it until after a refresh, ....
1) doesn't populate it until after a refresh: cannot reproduce
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);
Re: SC report
Posted: 05 May 2025 08:56
by admin
Yep, got it. Fixed in next beta.
