I have a scenario where i am using Big Numbers to display my rollup column.
Long story short, to count the number of users who have Added my event to their calendar, set column values to ‘Yes’. My rollup column would count the number of ‘Yes’. It is not a user-specific column.
In Data Editor as well as in the dropdown list, it is shown as ‘2’, in images:
Dropdown selection:
Data editor,
However, in ‘Data’ display (the button on bottom left), it’s shown as ‘0’
As well as the displayed value in my Big Numbers component:
Why would the same value/column display differently/incorrectly? How do i fix this?
I would still suspect Row Owners. Sometimes the effect is not obvious in the builder.
I would check every table and column that feeds into the rollup. Trace it all the way back until you hit a non-computed column.
CountNo.PushAllowed is a rollup derived from user login table (without row owners)
CountNo.AddedToCalendar is a rollup derived from another table (with row owners)
You are right, the underlying table has row owners. I removed it and it works perfectly… however i need to keep the row owner due to functionality purposes.
Guess i will find another way around this… thanks for your help