Page 1 of 1

TickStory DataFormat Documentation

Posted: Tue May 21, 2019 9:32 am
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,

Re: TickStory DataFormat Documentation

Posted: Thu May 23, 2019 6:07 am
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.

Re: TickStory DataFormat Documentation

Posted: Thu May 23, 2019 12:13 pm
by akifusenet
Thank you very much.

Akif,