How to Create Calculated Metrics for Grading Users Based on Activity Combinations in Adobe Analytics? Hi everyone,I’m working on a grading system in Adobe Analytics to classify users into levels (Level 1, Level 2, Level 3) based on specific activity combinations. Each level has defined rules like these:Level 1 Graded:Complete Activity Level 1 at least once, ORComplete Activity Level 2 at least 3 times, ORComplete Activity Level 3 at least 2 times AND Activity Level 2 at least 2 times.Level 2 Graded:Complete Activity Level 2 at least twice, ORComplete Activity Level 2 once AND Activity Level 3 at least 2 times, ORComplete Activity Level 3 at least 3 times.Level 3 Graded:Complete any Activity Level 3 at least once.The goal is to create calculated metrics for each level that return the count of Unique Visitors who meet the specific combinations of activities required for that level.I’ve tried using the IF function in the Calculated Metric Builder to define these rules, but I’m unsure how to handle multiple conditions (e.g., combining "AND" and "OR" logic).Questions:How can I configure cal