Alteryx Designer Desktop Discussions

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

Browse Tool in Alteryx

rohit782192
11 - Bolide

Hello Team,

 

How we can find the mean, median , mode and all the data from the Alteryx for any Data Type.

 

Eg: Double, Int

 

Consider a Data type as below.

 

Data   Data type

10     int

20     Double

15.5   Float

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @rohit782192 

 

Data like this will be by default considered as double. You can find mean, median and mode using summarize tool.

 

Workflow:

atcodedog05_0-1643006469845.png

 

Hope this helps : )

 

rohit782192
11 - Bolide

I want to know in Browse tool profile configuration window.

atcodedog05
22 - Nova
22 - Nova

Hi @rohit782192 

 

In the browse tool click on the column name and it will show its properties like below

 

Workflow:

atcodedog05_0-1643009176674.png

 

Hope this helps : )

 

Labels