I want to be able to transform the attribute "Size" of the FileDocument type from bytes to Megabytes. At the moment my app is configured to show the size of my documents, but since it's a System.FileDocument type, the size is a "long". Any ideas on how can I convert this attribute to Megabytes?
asked
Lucian Roman
2 answers
3
Add that field to your generalization and calculate this field by yourself.