Announcement

Collapse
No announcement yet.

How to make 3 Formulas to one ?!

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

  • How to make 3 Formulas to one ?!

    Hello... i have got a problem when i try to copy 3 esf formulas in one ( i want to combinate them... ) i get no result... can anybody give me a tip how i have to copy and paste them i my main formula ???

    ( as example ...

    function1 ( Formula 1 ... )

    )

    please help
    regards erilein

  • #2
    You need to make sure, at least, that the following conditions are met:

    1. All variables are properly declared in the combined efs.
    2. That you return what you expect to see.
    Remember: only the FIRST return counts, the rest are ignored.

    Good Luck!
    Mihai Buta

    Comment


    • #3
      Hello erilein,

      Depending on how your formulas are constructed, you should be able to use call() or callFunction() to get the return data from the other two formulas. Use these functions within your main formula and then adjust your return statement and your preMain() settings for the additional data series. If you post your three formulas we could give you more specific ideas.
      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