Hello,
I was wondering if powerapps has a function like the Excel Evaluate function.
In my app I have 2 fields:
1. Measured value = DataCardValue16 with value of '5'
2. Specification = DataCardValue16 with value of '<7'
Behind both fields I want to add a icon who tells the outcome. So a check icon when DataCardValue16 falls within the specification mentioned in DataCardValue17 and a cancel icon when DataCardValue16 does not meet the specifications.
Is this possible? The calculation symbol < can also be <=, >=, > and =.
Thank you for you kind cooperation.
Kind regards,
Hans