Hi,
I have a problem changing the value for the Dolby Vision field.
If a movie contains a DV Layer, the field shows "1" oderwise "0".
I want to exchange the 1 and 0 -> ✔, x
ListContains([HDR Format],DolbyVision)
if(isequal([Dolby Vidion], 1, 1), ✔, x)
When I use this I will get a 1 or 0 and also a x in any case.
What am I doing here wrong.
Thanks for any help.