Page 1 of 1

Export to File, Volume as Integer

Posted: Sat Dec 22, 2018 4:23 pm
by phaidros
Good Afternoon,

I'm a Newbie here, but I've read the manual completely :-)

File Export to CSV works fine, but I need the Volume as Integer (without the separating dot)

Is there a way to get this?

Thank You very much for Your support!

Regards phaidros

Re: Export to File, Volume as Integer

Posted: Sun Dec 23, 2018 2:08 am
by tickstory
Hi Phaidros,

The forum is a wealth of knowledge as well ;) If you do a search for "volume integer" you'll come up with this post:

https://tickstory.com/forum/viewtopic.php?f=4&t=1675

Essentially you can use the following code to round a field:

{Volume:F0}

Where "Volume" can be replaced with any valid field name.

Hope this helps.