RTTSoftware Support Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
RTTSoftware Support Forum
»
PDF Explorer
»
General
»
formatting size column values
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: formatting size column values (Read 3546 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.
Report to moderator
Logged
RTT
Administrator
Posts: 918
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.
Report to moderator
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
RTTSoftware Support Forum
»
PDF Explorer
»
General
»
formatting size column values