Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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