UI-Grid Custom Aggregate - calculate aggregate based on other columns aggregate value
up vote
-1
down vote
favorite
I need to calculate the aggregate from the aggregated values of the other columns in ui-grid. I have tried to implement the custom aggregator for the column, but the values are not calculated as expected. I think it's because the aggregations in other columns are not calculated in any specific order.
for example:
I have 3 columns A, B, C. I have defined the SUM aggregator for A and B, the aggregator value for C is the aggregator value of A + aggregator value of B.
any ideas?
angularjs ui-grid
add a comment |
up vote
-1
down vote
favorite
I need to calculate the aggregate from the aggregated values of the other columns in ui-grid. I have tried to implement the custom aggregator for the column, but the values are not calculated as expected. I think it's because the aggregations in other columns are not calculated in any specific order.
for example:
I have 3 columns A, B, C. I have defined the SUM aggregator for A and B, the aggregator value for C is the aggregator value of A + aggregator value of B.
any ideas?
angularjs ui-grid
please share your code
– Farinaz
Nov 10 at 10:32
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I need to calculate the aggregate from the aggregated values of the other columns in ui-grid. I have tried to implement the custom aggregator for the column, but the values are not calculated as expected. I think it's because the aggregations in other columns are not calculated in any specific order.
for example:
I have 3 columns A, B, C. I have defined the SUM aggregator for A and B, the aggregator value for C is the aggregator value of A + aggregator value of B.
any ideas?
angularjs ui-grid
I need to calculate the aggregate from the aggregated values of the other columns in ui-grid. I have tried to implement the custom aggregator for the column, but the values are not calculated as expected. I think it's because the aggregations in other columns are not calculated in any specific order.
for example:
I have 3 columns A, B, C. I have defined the SUM aggregator for A and B, the aggregator value for C is the aggregator value of A + aggregator value of B.
any ideas?
angularjs ui-grid
angularjs ui-grid
asked Nov 10 at 7:40
smhnkmr
4,61351930
4,61351930
please share your code
– Farinaz
Nov 10 at 10:32
add a comment |
please share your code
– Farinaz
Nov 10 at 10:32
please share your code
– Farinaz
Nov 10 at 10:32
please share your code
– Farinaz
Nov 10 at 10:32
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53236973%2fui-grid-custom-aggregate-calculate-aggregate-based-on-other-columns-aggregate%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
please share your code
– Farinaz
Nov 10 at 10:32