Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to perform conditional accumulation in the table? #1166

Open
awayme opened this issue Dec 16, 2024 · 1 comment
Open

Is there a way to perform conditional accumulation in the table? #1166

awayme opened this issue Dec 16, 2024 · 1 comment
Labels
question Further information is requested

Comments

@awayme
Copy link

awayme commented Dec 16, 2024

For example, I have two columns:
a b
0 1
1 2
0 4
1 6
1 8

I want column C to show the cumulative sum of column B up to the current row, excluding rows where column A equals 1.

@caoxing9
Copy link
Contributor

formula field support logical case. It work for this.
image

@caoxing9 caoxing9 added the question Further information is requested label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants