Submit your use case or success story to the 2023 edition of the Dataiku Frontrunner Awards ENTER YOUR SUBMISSION

Column with spaces in name does not work

Solved!
UserBird
Dataiker
Column with spaces in name does not work
I am using a formula, but if I want to use a column that has spaces in its name, I just get an error. Is there a way to make it work?
1 Solution
cperdigou
Dataiker Alumni

You can use




numval("column with spaces")


 to retrieve the values!



See:



https://doc.dataiku.com/dss/latest/advanced/formula.html#reading-column-values

View solution in original post

2 Replies
cperdigou
Dataiker Alumni

You can use




numval("column with spaces")


 to retrieve the values!



See:



https://doc.dataiku.com/dss/latest/advanced/formula.html#reading-column-values

tanguy
Level 4

How can we reference such columns (e.g. columns with spaces or dots) in SQL-like recipes ?

0 Kudos