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

Totals column calculated by other totals #356

Closed
comichael opened this issue Jun 23, 2022 · 2 comments
Closed

Totals column calculated by other totals #356

comichael opened this issue Jun 23, 2022 · 2 comments

Comments

@comichael
Copy link

comichael commented Jun 23, 2022

I need to calculate the overall performance factor (total planned hours vs total actual hours) based on search / filtering - e.g what is currently shown in the grid.

Each grid row has fields "Planned Hours" and "Actual Hours". In the "Totals" / summary, I have the totals needed. I just need to add a simple calculation based on those totals, and put it in another total field called "Performance Factor".

Is there a way to do that?

@comichael comichael changed the title Totals column calculated by other totals (performance factor) Totals column calculated by other totals Jun 24, 2022
@gustavnavar
Copy link
Owner

Package version 3.4.0 supports this feature.

You can find more info here

The samples also include this functionality

@comichael
Copy link
Author

Package version 3.4.0 supports this feature.

That is awesome. Thanks a lot for taking time to implement this feature.

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

No branches or pull requests

2 participants