We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Getting Lower Diagonal Values in Alteryx

suraj_ford
7 - Meteor

Hello Guys,

 

Is there a way to get just the lower diagonal values of matrix in the Alteryx? I have a 500*500 Correlation Matrix in order to avoid duplication I need to select only lower or upper diagonal values. Any help is appreciated. 

6 REPLIES 6
atcodedog05
22 - Nova
22 - Nova

Hi @suraj_ford 

 

Here is a workflow for the task.

Input:

atcodedog05_0-1604663045417.png

Output:

atcodedog05_1-1604663064524.png

 

Workflow:

atcodedog05_2-1604663119067.png

 

Hope this helps 🙂


If this post helps you please mark it as solution. And give a like if you dont mind 😀👍

suraj_ford
7 - Meteor

Thank You very much... It worked. 

 

atcodedog05
22 - Nova
22 - Nova

Happy to help 🙂 @suraj_ford 

 

Cheers and Happy Analyzing 😀

suraj_ford
7 - Meteor

Hello @atcodedog05 ,

 

Actually my data has 686 by 685 variables, changing their fieldnames is not an option since I want to use it the field names in the later calculation as well, do you have any other method of performing this...please help

 

 

 

 

atcodedog05
22 - Nova
22 - Nova

Hi @suraj_ford 

 

Is it possible to share the data ?

atcodedog05
22 - Nova
22 - Nova

Hi @suraj_ford 

 

Here is a workflow for the task. Here is how it would look like. If you provide i can directly modify for the data.

Output: 3x4 matrix - (n-1)xn matrix

atcodedog05_0-1604904743896.png

Workflow:

atcodedog05_1-1604904782702.png

 

Hope this helps 🙂


If this post helps you please mark it as solution. And give a like if you dont mind 😀👍

Labels
Top Solution Authors