Jump to content

Enrico

Administrators
  • Posts

    141
  • Joined

  • Last visited

  • Days Won

    17

Posts posted by Enrico

  1. Ok, if it's ok for you I will move this topic to the Rulex4 Forum.

    Anyway, can you please share with us a dummy prcx that replicates your problem so that we can investigate further?
    Also your service settings may help to understand the issue. 

    Thank you in advance!

  2. Hi Griz, 

    yes, there are multiple way to perform the changes of the attributes name using a formula, the one that I suggest you is the following.

    Let's take as example a data set containing 3 attributes:

    • CLIMBER, name of the climber
    • Best Sport, the highest sport grade reached by the athlete 
    • Best Boulder, the highest boulder grade reached by the athlete

    image.png

     

    You decide that "Best" is not representative enough and you want to change the names of all the attributes containing "Best" by replacing "Best" with "Highest".

    To do that you need to:

    • Insert $names on the left side of the formula
    • Insert the formula that you want to use on the right side, in this case:
       ifelse(find ($names, "Best") == 1, replace ($names, "Best", "Highest"), $names)

    image.png

     

    I hope it will be useful to you 

    • Like 1
  3. Hi @Griz2

    if the variable is an integer, you can insert the @Var_name in the filter as in the image below 
    image.png

    If the variable is nominal or if you want to filter with a string in particular the step to follow are the following:

    1. Create a new variable Var_1
    2. Assign to it the function Var_1=ifelse(find($"NameOfTheVariableWhereYouWantToAplyTheFilter",@Var_name),1,0)
    3. Filter Var_1 (equal to 1 in case you want to keep all the record with your variable value)
    4. Delete Var_1 

    Let me know if any passage is not clear to you.

    • Like 1
  4. This is a different issue and it seems not be related to the VM.

    If it is possible for you to share some more content this will be grant us to help you better. 

    Information that may be useful to understand the problem includes:

    • Version and build of Rulex installer that you are using
    • Rulex logs, error log and redir, you can find them there C:\Users\<username>\Rulex\4\Log
    • All the steps that brought you to the error

    Remember that all the information that you will share on a public forum will be public  

     

  5. When you find content that interests you, you can follow it to get continuous updates on it. It can be an entire blog or just a topic within it, a forum or a specific topic or a community member.

    Let's see more in specific what are your choices:

     

    spacer.png

     

    1. Click on the button Follow
    2. Decide how often and how you want to receive a notification
    3. Decide if you want that other members will know that you are following the content
    4. Click on the Follow button  (the blue one this time)

     

    Additionally, you can decide the default option by clicking on "Change how the notification is sent" (highlighted in the previous picture):

    spacer.png

     

    For more notification settings click on the bell icon and the button "Notification Settings"

     

    spacer.png

  6. Hi Andrew!

    To do this, you can use a tool called "Option Manager" found on Rulex Platform.
    All you need to do is go to the flow where the tasks whose settings you want to change are located and once it is open click on the "Summary" section on the left (if not already selected) and click on the pencil that is in the top right of this section. Once the Option Manager window is open you can select in the "Summary" section a category of tasks whose settings you want to change or individual tasks whose settings you want to change. After that from the interface you will be able to change all the parametric settings you need.
    This procedure is also feasible at the level of several flows simultaneously. In fact, by clicking on the name of the environment from the explorer it is possible to select the option "Option Manager," thanks to which it is possible to do the previously described operations.

    I hope this will come in handy! 

    • Thanks 1
  7. Hello again Xiaolu,

    we managed to find a solution:

    1. First thing first you must download the latest version of Parallels
      image.png
       
    2. In case it is you first VM you can jump to the step 3, otherwise proceed by selecting Get Windows 11 from Microsoft
      image.png
       
    3. After that you will have to Download Windows 11 
      image.png
      image.png

       
    4. It is important that you check that your network options are set as follows (Shared Network)
      image.png
       
    5. Next step will be to download and install on the VM the latest Microsoft Visual C++ Redistributable supported (X64 Architecture), you will find it to the link Latest supported Visual C++ Redistributable downloads | Microsoft Learnimage.png
       
    6. Last of all, proceed with the normal installation of Rulex Platform. When you will run the Platform you will need to allow Rulex Platform, rulexbackend and mosquitto to communicate on the Private networks
      image.png
      image.png
      image.png
       

    It is also important that you follow those steps in this exact order. 

    We tested this solution and it was working, let us know if this is the case for you too 🙂 

  8. Hello Andrew,
    negative values can appear only for ordered input in Relative Relevance. They mean that that variable is “inversely correlated“ with a particular output value. In other words, rules with that output often contain “<=” inequalities for that input. Of course vice versa for positive relevances.

    Have a nice day! 

    • Thanks 1
×
×
  • Create New...