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

Computed Columns should write to only filtered rows #5709

Merged

Conversation

JorisGoosen
Copy link
Contributor

fixes jasp-stats/jasp-issues#2972 (Bug: PC scores added on wrong row if data have pass-through filters)

What it does do is make sure that when the column (over)write functions get precisely the amount of filtered rows it fills the empty ones in with "". This way when an analysis writes it will write to the same rows it got the data from.

Doesnt yet take filters for user-added computed columns into account, Id prefer to add a proper interface for it.
And then immediately add support for multiple filters.

@boutinb boutinb merged commit bcc4855 into jasp-stats:development Oct 17, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: PC scores added on wrong row if data have pass-through filters
2 participants