Hi!
So you wish to get something like "4.05 GB" instead of "4348654387"? Then your transformation script should looks like following:
And don't forget to change DCI type to "string"!
Best regards,
Victor
So you wish to get something like "4.05 GB" instead of "4348654387"? Then your transformation script should looks like following:
Code Select
($1 / 1024 / 1024 / 1024) . " GB"
And don't forget to change DCI type to "string"!
Best regards,
Victor