I have calculated filed like this below, Now I need to create a pivot table and count all the rows with 10,20,30, etc…Pivot visual is complaining that custom aggregate field is not allowed. Appreciate if someone could help me accomplish it.
ifelse(
{percent_item} > 1 AND {percent_item} < 10,‘10’,
{percent_item} > 11 AND {percent_item} < 20,‘20’,
{percent_item} > 21 AND {percent_item} < 30,‘30’,
{percent_item} > 31 AND {percent_item} < 40,‘40’,
{percent_item} > 41 AND {percent_item} < 50,‘50’,
{percent_item} > 51 AND {percent_item} < 60,‘60’,
{percent_item} > 61 AND {percent_item} < 70,‘70’,
{percent_item} > 71 AND {percent_item} < 80,‘80’,
{percent_item} > 81 AND {percent_item} < 90,‘90’,
{percent_item} > 91 AND {percent_item} < 100,‘100’,
“0”
)
Hi @EJRD,
It’s been awhile since we last heard from you, did you have any additional questions regarding your post or did the solution provided above help with your case?
If we do not hear back within the next 3 business days, I’ll close out this topic.
Hi @EJRD,
Since we haven’t heard back, I’ll go ahead and close out this topic. However, if you have any additional questions, feel free to create a new topic in the community and link this discussion for relevant information if needed.