Greater precision in web browser - Kdb+ / qStudio

Home Forums Kdb+ / qStudio Greater precision in web browser

  • This topic has 2 replies, 2 voices, and was last updated 11 years ago by Michael.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #73

    Michael
    Guest

    Some of our team use the web browser to access the kdb server but they would like to see more decimal places shown in the output, is this possible?
    ~Mike

    #131

    admin
    Keymaster

    \P sets the precision of data shown throughout kdb.
    The number of decimal places shown for a floating point number can be adjusted as follows:


    q)\P
    7i
    q)1.10123010310312
    1.10123
    q)\P 15
    q)1.10123010310312
    1.10123010310312

    this controls the output to the web browser and saving csv’s etc.

    #210

    Michael
    Guest

    Worked. Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.