TickStory DataFormat Documentation

General discussion about the Tickstory Lite software package.
Post Reply
akifusenet
Posts: 2
Joined: Tue May 21, 2019 9:06 am

TickStory DataFormat Documentation

Post by akifusenet »

Hi,

First of all thanks for this great application.
While trying out some export data format settings.
I found out that I could use some extra settings on the fields with by providing a ":"

For example.
:F2 floating point precision 2 digits
:C adds dollar sign
:P gives percentage

But I couldn't find a page with info about these settings.
Can you direct me to documentation with these settings?

This is what I need:
When I put :p to the field I want to export
0.55 turns into 55.00%
but
what I want is just the integer value 55
0.55 -> 55

It is basically like we are multiplying by 100 and round it to the next integer.

Is this possible?

Akif,

tickstory
Posts: 4883
Joined: Sun Jan 06, 2013 12:27 am

Re: TickStory DataFormat Documentation

Post by tickstory »

Hi Akif,

The format specifiers conform to Microsoft .NET specifications which are detailed here:

https://docs.microsoft.com/en-us/dotnet ... at-strings

Our manual also details some of the format specifiers for dates here:

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

Hope this helps.

akifusenet
Posts: 2
Joined: Tue May 21, 2019 9:06 am

Re: TickStory DataFormat Documentation

Post by akifusenet »

Thank you very much.

Akif,

Post Reply