How to  Convert binary data to kb from table
Question
Application Type
Reactive

How to convert binarydata to kb ?

Hi Muhammed,

You can refer this documentation,

https://success.outsystems.com/documentation/11/reference/outsystems_apis/binarydata_api/

use the function 

BinaryDataSize , which returns in bytes, and we can convert to kb by dividing to 1000


Divide by 1024, not 1000

Hi Muhammad, 

One suggestion, if possible save that information in a  new field so you don't have to calculate each time. 

Hope that it helps you 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.