Hi,
I use Text Label to present Result in perecentage (2 Decimal) in vertical Gallery I use the following function:
Default: Text(Value(ThisItem.'Result'*100),"[$-en-US]0.00%")
It works prety well, but I want this function to don't return any value if Result is empty or equal to zero.
BR