New Bug Encountered: Wrong Count in Aggregates

The aggregates are set to display a simple count.

0 7 516
7 REPLIES 7

tony1
New Member

Adding @morgan.

Hi @morgan, I still see this issue on my end. Have you been able to reproduce it? Can I assist in providing more details or examples?

morgan
New Member

Hey @Filipe We believed this issue had been resolved. I’m adding @Adam who was recently working on this. We’ll likely request some information from you so we can reproduce this issue further.

Thanks for your patience,
Morgan

Hey @morgan and @Adam, thanks for the update.

Might be a different issue with the aggregate counter then, here’s a screencast to illustrate:

Hi

I have a simmilar issue, in a simple view , where group aggregate count doesn’t seem right.

Can I do something ? If group aggregates are bugged, I am affraid there could be a lot of decision errors based on wrong counts in my other apps. I tried eliminating count, and reenabling it, refreshing,etc.

Any suggestions are much appreciated.

Thank you

Divide and impera

This are my findings :

  1. Security filters doesn’t filter lower and uppercase letters differently , and that is perfect. [column]=“Inventarul Meu”=“Inventarul meu”
  2. Grouping in views doesn’t group lower and uppercase letters differently , and that is perfect. “Inventarul Meu” and “Inventarul meu” are groupped together
  3. Count in group aggregates doesn’t count lower and uppercase together, and that is bad .

Perhaps this bug/exception is an easy fix for devs .

Thank you

I was having this problem and the last point in @OptimiX_XcrY helped me solve it.

The data source had entries that where lower case and entries that were uppercase and they were not being counted together. I was able to fix the issue after change the data to follow the same pattern.

Top Labels in this Space