Announcement

Collapse
No announcement yet.

Printing only today's pivots

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Printing only today's pivots

    How can I get pivot study to print only current day's values? The vertical lines as yesterday's pivot transitions to today's makes evaluation of pivots especially difficult early in the morning.

  • #2
    sdward,

    What pivot study are you using? I would suggest trying Chris Kryza's Pivot Console. Be sure to read the documentation inside the code by using the EFS Editor (Tools --> EFS --> Editor).
    Regards,
    Jay F.
    Product Manager
    _____________________________________
    Have a suggestion to improve our products?
    Click Support --> Request a Feature in eSignal 11

    Comment


    • #3
      Re: Reply to post 'Printing only today's pivots'

      WOW!
      Thanks.
      Steve Ward
      ----- Original Message -----
      From: <[email protected]>
      To: <[email protected]>
      Sent: Tuesday, September 16, 2003 11:22 AM
      Subject: Reply to post 'Printing only today's
      pivots'


      > Hello sdward,
      >
      > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      >

      Comment


      • #4
        Hello sdward,

        Another simple solution you could try is changing the plot types in preMain() to PLOTTYPE_FLATLINES. That will eliminate the vertical lines between the transitions from one day to the next. In preMain() add setPlotType(PLOTTYPE_FLATLINES, 0); for each pivot. The second parameter is the series number. Be sure to change that to 1, 2, 3 etc for however many pivots you are returning to the chart.
        Jason K.
        Project Manager
        eSignal - an Interactive Data company

        EFS KnowledgeBase
        JavaScript for EFS Video Series
        EFS Beginner Tutorial Series
        EFS Glossary
        Custom EFS Development Policy

        New User Orientation

        Comment

        Working...
        X