SOLVED
Multi-row formula
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Tim6
8 - Asteroid
‎04-20-2020
10:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi There,
I am new to alteryx.
I have alot of rows in my data file.
Is there a way i can use the Multi-row formula to obtain the cumulative sum in each cell by adding the data in the row directly above it?
Please let me know.
Thank you.
Solved! Go to Solution.
Labels:
- Labels:
- Expression
3 REPLIES 3
15 - Aurora
‎04-20-2020
10:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Absolutely!!!
[Value]+[Row-1:Value] should do it.
You might also consider the running total tool. It's in the transform
category, and is extremely easy to use.
Let me know if that works. Cheers!
Esther
[Value]+[Row-1:Value] should do it.
You might also consider the running total tool. It's in the transform
category, and is extremely easy to use.
Let me know if that works. Cheers!
Esther
‎04-20-2020
10:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Esther - Thank you very much.
I wrote the formula but for sum reason I don't think alteryx is recognizing my formula it is giving me a NULL back (values for rows that don't exist)
Please let me know what you think.
markcurry
12 - Quasar
‎04-20-2020
12:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
