I use a FlexMonster component to display the status of users on a course. The status can be “not started”, “not satisfied” or “satisfied”.
I first set up the component as a table, than I switch to a pie graph with a segment for each status (see attached picture).
Rather than the count of users in each status, I would like to display the percentage of users in each status.
I have also attached the report definifion.
How can I do that?
Hello, Eric,
Thank you for contacting us.
We would like to kindly inform you that percent
aggregation can not be applied over the count
aggregation. However, we would like to recommend using the following approach as a workaround:
{
Status: "Satisfied",
Name: "Reno",
Code: 123581321,
Quantity: 1
}
percent
.
Please check out an example we have prepared for you.
We hope it helps.
Please contact us in case of additional questions.
Best regards,
Illia