How to create a Correlation matrix?
Can someone help me with instructions on how to create a correlation matrix card in domo?
I am attaching an example for a correlation matrix.
Thanks
Sirisha
Comments
-
I am making the assumption that you already have the data for the Correlation Matrix, therefore you need help putting it in a card with the color mechanism.
You can do that by using a Table Card and then creating a Beast Mode for each column. Here is the code for the MPG column:
(CASE
WHEN `MPG` >0 and `MPG`<.5
THEN CONCAT('<div style="background-color:lightblue; color:black; width:100%; height:100%; position:relative; margin:-50px;padding: 50px">',`MPG`,'</div>')
WHEN `MPG` >=.5 and `MPG`<.75
THEN CONCAT('<div style="background-color:darkblue; color:white; width:100%; height:100%; position:relative; margin:-50px; padding:50px">',`MPG`,'</div>')
WHEN `MPG` >=.75 and `MPG`<1
THEN CONCAT('<div style="background-color:red; color:black; width:100%; height:100%; position:relative; margin:-50px; padding:50px">',`MPG`,'</div>')
WHEN `MPG` >= 1
THEN CONCAT('<div style="background-color:lightgray; color:black; width:100%; height:100%; position:relative; margin:-50px; padding:50px">',`MPG`,'</div>')
ELSE
CONCAT('<div style="background-color:white; color:black; width:100%; height:100%; position:relative; margin:-50px; padding:50px">',`MPG`,'</div>')
END)What I am doing here is testing the value of MPG and then creating an HTML DIV that provides the color.
If you create a Beast Mode for each column then you place the Formatted Beast Mode in the Table card and it will render the color from the DIV tag.
See the attachment of the card I built.
0 -
@Sirisha_Sindiri, did @smurray's reply help you out?
0 -
Hi @LizWR,
@smurray 's answer did help me to some extent. I came to know that html tags can be used to improve my cards and thanks to @smurray for that.
However, what I did not understand is how to get the column names in the top row and first column in the table card. Am I missing something here?
Please look below to understand how I have my data. In the below example, I have shown date as an example filter. I really appreciate your help.
From Type To Type Value Date MPG MPG 1 1-Nov MPG MPG 0.8 1-Dec MPG Reliability 0.22 1-Nov MPG Reiability 0.34 1-Dec Thanks
Sirisha
0 -
Hi all,
Can anybody help out @Sirisha_Sindiri?
Thanks!0
Categories
- All Categories
- 1.7K Product Ideas
- 1.7K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 292 Workbench
- 4 Cloud Amplifier
- 8 Federated
- 2.8K Transform
- 95 SQL DataFlows
- 602 Datasets
- 2.1K Magic ETL
- 3.7K Visualize
- 2.4K Charting
- 697 Beast Mode
- 43 App Studio
- 39 Variables
- 658 Automate
- 170 Apps
- 441 APIs & Domo Developer
- 42 Workflows
- 5 DomoAI
- 32 Predict
- 12 Jupyter Workspaces
- 20 R & Python Tiles
- 386 Distribute
- 111 Domo Everywhere
- 269 Scheduled Reports
- 6 Software Integrations
- 113 Manage
- 110 Governance & Security
- 8 Domo University
- 30 Product Releases
- Community Forums
- 39 Getting Started
- 29 Community Member Introductions
- 98 Community Announcements
- Domo Community Gallery
- 4.8K Archive