Hi!
I'm wondering if anyone can help me to understand the select record tool
I already read https://help.alteryx.com/designer-cloud/select-records-tool
it still does not make sense to me.
is there any simpler way to understand this?
Let's say I have a range of
-50
100
150-160
200+
and I have a dataset of 1000. Does anyone know how to count the record? Is there any formula for this?
-50 means return rows 1-50 [50 records]
100 means return row 100 [1 record]
150-160 means return rows 150,151,152,153,154,155,156,157,158,159,160 [11 records]
200+ means return rows 200-1000 [800 records] <idk if we need to calculate the "200"
total 852 records.
For the + number, do we need to include the x number in a calculation?
am I correct? plz, help me. thank you