Author Topic: formatting size column values  (Read 2572 times)

0 Members and 1 Guest are viewing this topic.

Padanges

  • Newbie
  • *
  • Posts: 179
formatting size column values
« on: August 12, 2016, 11:33:54 AM »
Hi,
is it possible to show file size in MB? Currently it is displayed in bytes, i believe, but it would be much handier to see the numbers it in "fewer digits".


Thanks in advance.

RTT

  • Administrator
  • *****
  • Posts: 907
Re: formatting size column values
« Reply #1 on: August 13, 2016, 02:20:01 AM »
You may create a custom grid layout and add a dynamic calculated column with the eval expression set to formatfilesize(fs), or format('0.000',FS/1048576) to force all to MB.