Pending an improved Formula Wizard that allows users to define and use non-builtin studies in Set1, Set2, etc. configuration, I'm curious if this will work. To create a formula using studies both on the FW builtin list and studies not on the list:
1. Create the formula in Formula Wizard to the extent possible using studies on the built-in list. (This is a big help to get the basic formula structure, foundation of "if", "else if" sets, and actions.)
2. Save the formula; exit Formula Wizard; then open the formula in the regular formula editor.
3. Delete all lines that start with "//{{EFSWizard . . . " so that the formula is now equivalent to one created in the regular formula editor.
4. Edit to add in the code for the non-builtin study part of the formula.
5. Save and run.
With all the "//{{EFSWizard . . . " lines stripped out, will the formula work, or are there other EFSWizard peculiarities in other lines of the code that also need to be edited?
1. Create the formula in Formula Wizard to the extent possible using studies on the built-in list. (This is a big help to get the basic formula structure, foundation of "if", "else if" sets, and actions.)
2. Save the formula; exit Formula Wizard; then open the formula in the regular formula editor.
3. Delete all lines that start with "//{{EFSWizard . . . " so that the formula is now equivalent to one created in the regular formula editor.
4. Edit to add in the code for the non-builtin study part of the formula.
5. Save and run.
With all the "//{{EFSWizard . . . " lines stripped out, will the formula work, or are there other EFSWizard peculiarities in other lines of the code that also need to be edited?
Comment