Browse Tool in Alteryx
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
rohit782192
11 - Bolide
‎01-23-2022
10:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
Labels:
- Labels:
- Topic of Interest
3 REPLIES 3
atcodedog05
22 - Nova
‎01-23-2022
10:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @rohit782192
Data like this will be by default considered as double. You can find mean, median and mode using summarize tool.
Workflow:
Hope this helps : )
‎01-23-2022
11:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I want to know in Browse tool profile configuration window.
atcodedog05
22 - Nova
‎01-23-2022
11:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @rohit782192
In the browse tool click on the column name and it will show its properties like below
Workflow:
Hope this helps : )