Jump to content

Griz

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Griz

  1. I am not taking this course in Rulex Academy.  I accessed the documentation via the Help Manual Search icon in RuleX.  I did a search on "Mixed Integer Linear Programming" to bring up the documentation.  In the documentation it says to click on the link to get the Yogurt dataset.  Below is an excerpt from the documentation.  When I click on the link "yogurt", I do not see the yogurt dataset.

     

    image.png.4d46ad302cbe14edca988a1e0da2582b.png

  2. In the documentation, it has

    None is None, produces the result True

    None not is None, produces the result True  <= is this wrong ... should it be None not is None, produces the result False instead of True.

    What exactly is None?  Is it a space " " or "" or Null?

    When I want to filter, should I use "==" or "Is" or does it make a difference?

  3. If it detects an error in the History, then all the History is deleted when I hit SAVE.  I sometimes gets the message "Warning in Save Operation.  Error in operation session Task.Save.  Saving history you will lose some operations.  Do you want to continue?  It seems once I get this message I cannot get rid of it and I have to select Save and then all or most of the histroy disappears.

  4. Couldn't you just use a formula var_2 =  ifelse(var1 = "A or var1 = "D",2," ")   I do not see the benefit of using a preFilter and then deleting it.  It seems like doing this behind the scenes would make understanding what was going on with your data more difficult to understand because you would have to look through the History to see this code.

  5. In the Export to Excel File options, is there a way to dynamically create the File basename and Sheet name using values in a DataManager.  Then, filter the DataManager to export to the Excel file the rows that contain the basename and sheet name values.  

     

×
×
  • Create New...