Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Free Trial

Alteryx Designer Desktop Discussions

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

How can I compare value of two specific rows from two specific columns?

AKPWZ
8 - Asteroid

This question is regarding the paginations, where I want to compare value of two specific rows from two specific columns to proceed further.

I tried to filter out the value and compare using "Filter tool" but not sure whether I can write such expression or not or how to write.

 
Here is the JSON data which look like this: 

 

AKPWZ_0-1657619921388.png

 

And here what I'm trying using the "Filter Tool":

image (6).png

 Thanks!

2 REPLIES 2
PhilipMannering
16 - Nebula
16 - Nebula

Crosstabbing your data is the way to solve this,

PhilipMannering_0-1657620793957.png

 

FrederikE
13 - Pulsar

Your Filter tool is unable to work that way because it only compares values on a row-based level. Filters are not able to compare across multiple rows. 

 

You could transpose the table to allow certain comparisons following that.

Or you could pre-filter to those two values and then use a multi-row tool to create a flag if this expression is true, then you could filter out the flag. And rejoin the stuff you filtered out earlier. 

Labels
Top Solution Authors