Need Help understanding Big table Query and Rollup

Hi Guys,

I read and understood that Query and Rollup columns are restricted to 100 rows for accurate results.

is this True?
because I have query and roll up column which takes input from the query column but it does not show any warning to me

Thank you in advance for help

Regards,
Dilip

The limitation applies to computed columns only.

For example, if you a Lookup through a Query of an if-then-else column, the limit applies.
If you do a Lookup through a Query of a non-computed Text column, the limit does not apply.

2 Likes