Page 1 of 1

report() with custom columns doesn't work

Posted: 29 Jan 2025 21:46
by highend
v26.80.0210

E.g.: text report("{custom 17}", <curitem>);
custom column 17 is configured, visible, has content and a row is selected.

Executing the script leads to: {custom 17}

The title of the column doesn't work as well...
In this case the output is just empty^^

Re: report() with custom columns doesn't work

Posted: 30 Jan 2025 12:00
by admin
Confirmed. Should be fixed in next beta. :tup:

Re: report() with custom columns doesn't work

Posted: 30 Jan 2025 13:05
by highend
Nope, 0211 doesn't fix it, the only difference is, that {custom 17} doesn't return {custom 17} anymore but an empty string
1.png

Re: report() with custom columns doesn't work

Posted: 30 Jan 2025 15:46
by highend
v0212 doesn't fix it either.

It has nothing to do with being a cc 10+, it doesn't work for 1-9 as well.

Doesn't work:

Code: Select all

text report("{custom 17}", <curitem>);
text report("{custom 17}", 2);
Works:

Code: Select all

text report("{custom 17}", 1);

Re: report() with custom columns doesn't work

Posted: 30 Jan 2025 16:57
by admin
Strange. Can you show the "Show Columns..." list?

Re: report() with custom columns doesn't work

Posted: 30 Jan 2025 17:04
by highend
1.png

Re: report() with custom columns doesn't work

Posted: 30 Jan 2025 17:22
by admin
I created an identical setup in a fresh instance and it works well. :?

PS: Okay, there are some minor fixes in my current version, maybe they make the difference. Uploading now...

Re: report() with custom columns doesn't work

Posted: 30 Jan 2025 17:33
by highend
Fixed with 0213 :tup: