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.

Want to apply multiple transformation to different filter ordered data

Dhruv_001
7 - Meteor

Hi To All,

 

I have a scenario where I am applying multiple transformation to filter ordered data.

I want to apply same multiple transformation to multiple filter ordered data. I don't want to change the order and I don't want to repeat to apply the same transformation to all of the filter ordered data.

 

For example : 

 

I am applying the logics here to one filter data which is in order.  

 

sorted data ---- getting first and next value in new columns ---  avg rolling --- variance --- output

 

Same logics i want to apply to other filters. But I am looking to do transformation once to all filter without changing the order of my data.

1 REPLY 1
apathetichell
20 - Arcturus

not really seeing your issue. use recordid. use union to recreate your datastream. use sort as neeeded. apply your transformations before your filter? Maybe you need a batch macro. 

 

 

Labels
Top Solution Authors