Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Want to Split Value

Rhaldhar
8 - Asteroid

Hi All,

 

I have a value .04 in a cell and want to split value in 4 rows like below.

 

.01

.01

.01

.01

 

Value can change as like, .07 , (.09), .03 .On these value basis row to be increase and decrease but the rows value should be .01.
Please help to get result.

 

Thanks,

Rajeev

2 REPLIES 2
Prometheus
12 - Quasar

@Rhaldhar You can use the Formula tool to calculate how many times to split the data (Times to Split) and the values to split into (Split) and follow it up with a Generate Rows tool with the condition expression: RowCount <= [Times to Split]. I used several inputs, but you can use them all and you'll get a new row for every split value.

Calc Splits.PNG

Rhaldhar
8 - Asteroid

@Prometheus it works. thanks.

Labels
Top Solution Authors