#1 2019-06-27 16:10:17

asmirnov
Member
Registered: 2018-06-05

Names with capital letters and spaces in calculated columns

Hello
I'm trying to use names with capital letters and spaces in calculated columns in dynamic list
Syntax of select
select 'sometext' as "Field with space", 'sometext' as "Capitals"

When i'm trying to add calculated field using this fields I'm getting message:
concat(Field with space, Capitals) I'm getting error message 'Syntax error'
Using quotations " or parentheses [] or () does not help
Could you, please advice, how to solve that
source database is postgresql

Last edited by asmirnov (2019-06-27 16:11:38)

Offline

#2 2019-07-02 08:30:15

eduardo
Administrator
Registered: 2016-11-01
Website

Re: Names with capital letters and spaces in calculated columns

Hi asmirnov,

I see the problem. It seems to be a bug. I created ticket RS-3535 for this.
Until then, please use lower case for the column names in you want to use in computed columns.

Regards,
Eduardo

Offline

#3 2019-07-03 10:45:09

asmirnov
Member
Registered: 2018-06-05

Re: Names with capital letters and spaces in calculated columns

eduardo wrote:

Hi asmirnov,

I see the problem. It seems to be a bug. I created ticket RS-3535 for this.
Until then, please use lower case for the column names in you want to use in computed columns.

Regards,
Eduardo

Thank you, Eduardo

Will it cover also spaces in column names?
Do you have plan to fix in it terms of dates?

Last edited by asmirnov (2019-07-03 10:45:59)

Offline

#4 2019-07-05 08:49:10

eduardo
Administrator
Registered: 2016-11-01
Website

Re: Names with capital letters and spaces in calculated columns

Hi asmirnov,

we will take a look at this, and then we will have more information on dates / release time. But there is a workaround so please use the workaround until then. I will update here when we have looked into this.

Regards,
Eduardo

Offline

Board footer

Powered by FluxBB