Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Input Issue(Colon) in Drop box

Ferdy
6 - Meteoroid

Hi.

When i was making a macro, I discovered the Issue that I couldn't find a colon character.

I think it happened because colon is delimiter(between Name and Value) in drop box so I tried add a escape character(\). But I still couldn't find a colon character.

 

Is that impossible now?

 

please refer to attached images below.

Dropbox.png

 

 

4 REPLIES 4
afv2688
16 - Nebula
16 - Nebula

Hello @Ferdy ,

 

It seems that yes, to put that in the name would be impossible. As far as I can see and somebody correct me if I'm wrong, the first time it appears it separates the name from the value. Unless you do some change in the alteryx code it wouldn't work.

 

Note: I do not recommend you to enter and change the code unless you know what you are doing.

 

Regards

danilang
19 - Altair
19 - Altair

Hi @Ferdy 

 

You can work around this issue by reading the values in the list from an external source

 

dd.png

 

Mine is set like this

db.png

 

giving 

 

r.png

 

Dan

 

 

patrick_digan
17 - Castor
17 - Castor

@Ferdy You can also take advantage of a unicode character that looks similar. Here is the character. You should be able to copy and paste from the answer in stack overflow.

 

It looks identical to a colon but it's not. You would just replace your first colon with the look alike.

Annotation 2020-01-13 080223.jpg

Ferdy
6 - Meteoroid

I can find a colon character using "꞉"

Thank you for your help 🙂

 

 

Labels
Top Solution Authors