All Topics
Conditional formatting does not work properly for file size
I try to implement a color coding for file sizes in the media library with conditional formatting. However, this does not work as expected.
The rule “File size greater than 150” matches the following file sizes:
548 Bytes
2.07 KB
162.55 KB
204.14 KB
76.36 MB
The rule does not match the following file sizes:
1.24 KB
10.04 KB
108.6 KB
146.57 MB
It makes no difference if I set the value to 15, 150, or 15000000 – therefore it is not a problem of the underlying unit (Bytes, KB, MB).
My assumption is that the file size is wrongly treaded as a string instead of a number here.
You must be logged in to reply to this topic.