We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Adding a column full of blanks

Sean_RJ
6 - Meteoroid

Good Day,

 

We need to add a column full of blank spaces as this is required by the system using the file. We need to add a column with 500 spaces.  I tried a pad but it requires a string from an existing cell.  In excel we would just use =REPT(" ",538).  

 

Thank you for your help

Sean

2 REPLIES 2
Prometheus
12 - Quasar

You can use a Formula tool to create a null.

Null Column.PNG

Felipe_Ribeir0
16 - Nebula

Hi @Sean_RJ 

 

You can do something like this:

Screenshot 2023-08-24 145229.png

Labels
Top Solution Authors