Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i have this expression
=Sum({<Date{'$(vEmDate)'},Email_Month=,Email_Year=>}Box_Size)
from that i have data like this
4.5
3.4
I want to paste 'GB' at the end like this
4.5 GB
3.4 GB
how I should I do that?
In the front end you can modify the format properties:
@MindaugasBacius but my expression is in text object
Then simply at the end of the code add & ' GB'.
@MindaugasBacius this shows 0 when i add GB
=Round(Sum({<Date={'$(vEDate)'},Email_Month=,Email_Year=>}Box_Size & 'GB'))
=Sum({<Date{'$(vEmDate)'},Email_Month=,Email_Year=>}Box_Size) & ' GB'