Hi @DM ,
If I understand correctly, you need to create a variable. In this case, assign the variable to "31" and compare the variable with the first and third values. The absolute value <=10 is "In Range", >10 is "Out of Range".
- Create a variable named "PointValue"
- Use IIF expression to filter the values that meet the conditions, and display "In Range" or "Out of Range". =IIF(ABS(Variables!PointValue.Value-Fields!Value.Value)<=10,"In Range","Out of Range")
3. Preview:
Regarding the subscription part, you could check the following link to learn Standard and data-driven subscriptions: Subscriptions and Delivery (Reporting Services).
Best Regards,
Joy
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.