- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Pass/Fail Heatmap
Hi Data Gurus,
I am pretty new to jump and am loving how much functionality it brings to my work. I am trying to determine which tests of a product are failing more than others, but my Pass/Fail heatmap is not giving me a gradient that I can change. As you can see in the picture below, the legend is just "Pass/Fail", not the normal gradient that I would expect for heatmaps. This means that, since most of the test are passing 80% of the time, the entire graph looks mostly blue and I cannot modify the gradient so the >20% failures to be more red. Additionally, when I try and display the value of the cell, it is always "between Pass and Fail" without giving me the binary mean. I would really like to be able to have values as well.
Any help would be greatly appreciated!
Thanks,
David
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Pass/Fail Heatmap
I think I may have partially answered my own question, but I am sure there is a better way to do it. C&C welcome.
I recoded my TestResult column for Pass = 1 and Fail = 0, set the column to a continuous numeric expression, and then replaced TestResult with the new TestResult2 column. I was then able to adjust the gradient to get the desired map below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Pass/Fail Heatmap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Pass/Fail Heatmap
I think I may have partially answered my own question, but I am sure there is a better way to do it. C&C welcome.
I recoded my TestResult column for Pass = 1 and Fail = 0, set the column to a continuous numeric expression, and then replaced TestResult with the new TestResult2 column. I was then able to adjust the gradient to get the desired map below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content