Hi! Im trying to filter boss health between two percentages and then look at the debuffs that happen in that boss health range. When I use an expression it works for damage done but not when looking at debuffs.
encounterBossHealthPercentage BETWEEN 40 AND 70
in range from resources.actor.name = “Mistress Sassz’ine” and resources.hppercent <= 70 to resources.actor.name=“Mistress Sassz’ine” and resources.hppercent >= 40 end
Those are the expressions I tried. The first one with encounterbosshealthpercentage works great for damage done but not much else.
Am I misunderstanding something when I want to look at the debuffs category?