/* 1. Strict vs Eager are the 2 options available to you 2. Use Strict evaluation when condition is complex and you don't want to evaluate it for all the values of the table suplied 3. Use Eager evaluation when the conditions/measures are simple enough and evaluating them for all the values won't hamper the performace of the report 4. Either way you have to test it out yourself and find what works best for you 5. If Variables are not a preferred option and you want to achieve the behaviour of eager evaluation then use IF.EAGER function introduced in the March 2021 update */