Hi all,
I am trying to evaluate a true/false for each row in gallery whether some conditions is met.
If met, the return text value would be true else false.
My formula is as follows:
Control: Label
Item: Text
Formula:
If(
IsEmpty(
Filter(
'Booking List',
DeskText = ThisItem.DeskText && 'Check Out From' >= ThisItem.'Check Out From' && 'Check Out To' >= ThisItem.'Check Out To'
)
),
true,
false
)
However the error message indicate, the formula uses scope, which is not presently supported for evaluation.
Is there workaround this?
Regards
Hidayat