Page 1 of 1

Formatting Volume in File Export

Posted: Thu Jun 04, 2020 4:33 pm
by rbafkar
Hi
I am a new user of Tickstory, I have downloaded some data but volume is a decimal number while I need an integer number, what should I do to change the volume format to integer number.

Thanks
Ramin

Re: Formatting Volume in File Export

Posted: Fri Jun 05, 2020 10:09 pm
by tickstory
Hi Ramin,

Tickstory allows you to format the fields that are output in the file format. If you wish to output only an integer, you can remove decimal places with the following format:

Code: Select all

{Volume:F0}
More information on field output can be found in the manual:

https://tickstory.com/help/tickstorylit ... le_exports

Thanks.