Transforming file size to MB from Long format

0
Hi! I'm trying to make a "Contacts" app but I want to be able to see my ContactFile Size in MB but its in long variable and its probably in bytes! How should I convert it to MB? I tried in captions but I don't know how to divide :(( I would really appreciate it if you could help.   Part of Contacts_NewEdit Page:   Captions Section:
asked
1 answers
0

Hi Yunus,

 

Try to add  (ContactFile Size / 1,048,576  ) equation and you can  add " MB " after it to calculate the MB

 

let me know if I understood this correctly in order to help!

answered