Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
解決済み

How to give network directory" \\.....\"

Kinetic_analytics
ボリード

Hello Great People:

How to add network drive in formula tool. I am confused with forward slash // with back slash \

 

for instance if the Network share drive location is : \\NASOC01SDPRS01.NATYCS.com\K12245_SHARE_S_01\Test\Test2\Test3\Output1\Output2\result123.xlsx

 

So how do I put this directory location + day+  File name in the formula?

 

is it gonna be like:" \\NASOC01SDPRS01.NATYCS.com\K12245_SHARE_S_01\Test\Test2\Test3\Output1\Output2\result123.xlsx\" +Date+ File name? 

 

Appreciate your help,

Thanks

5件の返信5
DataNath
キャスター

@Kinetic_analytics looks good. If you're referencing a field for the FileName then you'd want to use something like the top formula expression. If you want to type in and hardcode a filename then use something along the lines of the bottom, where you'd just type in whatever you want to call the file (without the usual illegal characters) in the quotes where I've put FileName:

 

DataNath_0-1663946560447.png

Kinetic_analytics
ボリード

Thanks for your help. My concern is forward slash vs. back slash in the beginning of the network drive vs end of the network drive. 

 

so is it like ''\\network drive\" or "''\\network drive/"

 

that is my confusion. 

 

 

 

 

DataNath
キャスター

Before your filename etc you'd want to use a backslash so '\'.

 

You'd obviously want to remove the 'result123.xlsx\' part of your directory when building the formula though.

binuacs
アルクトゥルス

@Kinetic_analytics One way of doing this

 

binuacs_0-1663946875867.png

 

Kinetic_analytics
ボリード

Thank you for your help. :) 

ラベル