Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Read out Alteryx-Plattform

mathias_schnoor
11 - Bolide

Hi,

 

is there any tool that give me information about my used Alteryx-Plattform.

 

I want to know: run my macro on a Designer or on a Alteryx-Server plattform.

 

This information I want to read out and work in my macro within.

 

Best regards

Mathias

3 REPLIES 3
WilliamR
Alteryx
Alteryx

Hi @mathias_schnoor ,

can you give us a little bit more information on your need?

 

(If this post helps, then please consider Accept it as the solution to help the other members find it more quickly).

 

danilang
19 - Altair
19 - Altair

Hi @mathias_schnoor 

 

As mentioned in this post, you can run this command in a formula tool

 

 

 

IF Contains(ReadRegistryString('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion', 'ProductName'),"Server") Then "Server" Else "Desktop" Endif

 

 

 

This should return the correct answer except for the rare case when you're running in the Designer that's installed by default on every Alteryx server

 

Dan

 

mathias_schnoor
11 - Bolide

@WilliamR 

See the post from Dan

 

@Dan_dup_77 

Thanks a lot.

 

That is it what I need.

 

Best regards

Mathias

Labels