Jump to content

Pushkar

Members
  • Posts

    11
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Pushkar's Achievements

Rookie

Rookie (2/14)

  • Collaborator Rare
  • One Year In
  • Reacting Well
  • First Post
  • Conversation Starter

Recent Badges

0

Reputation

  1. you mean even if I send message from Platform log to you will be public also?
  2. Hi Enrico, Thanks for reply. May I know how to get platform log?
  3. Hi Team Rulex, We have installed Rulex on VM but when we try to open, this is not allowing us to create any flow. Basically we don’t see Factory and Info point option on this. Please let us know how we can fix this and start using application. PFA image Thanks in advance. BR, Pushkar
  4. Sorry WHEN was my typo error. COLUMN B is integer but I converted to Nominal and replacing blank record with 'MISS' Actually when we put "COLUMN B" in {'MISS','0'} this is valid condition, that's why I wrote not in {'MISS','0'} but again it goes in loop to first rule. e.g If column B has value 5 then it will be invalid due to 2nd rule but 1st rule will say it's valid. when you say contrary condition, do you mean we can write Invalid in one line and Valid condition in 2nd? IF "COLUMN B" < 3 [f] WHEN "COLUMN A" in {'1'} THEN 'INVALID' OR IF "COLUMN B" == 0 | "COLUMN B" is None [f] WHEN "COLUMN A" in {'1'} THEN 'VALID'
  5. Absolutely, understood it.Thanks! Walter, Imagine I want to write a condition like below ADMISSIBILITY: WHEN column A = 1 CONDITION: Column B should be either MISS/0 otherwise Column B >3 to be called as Valid. I am writing something like this. IF "COLUMN B" < 3 [f] WHEN "COLUMN A" in {'1'} THEN 'INVALID' OR IF "COLUMN B" not in {'MISS','0'} WHEN WHEN "COLUMN A" in {'1'} THEN 'INVALID' I am not getting desired result because it's going in loop one makes valid and another makes invalid. Any suggestion, how I can solve it. Thanks in advance.
  6. Hi Griz and Enrico, Even I have experienced this when I reorient the steps in history and run all of sudden it wipes out all steps. Generally, I copy action steps if the list is long in given history and work on it. If something wipes out, I paste back the actions. This is just from my experience sharing workaround. Thanks!
  7. Hi Walter, Nice to connect with you again through this community forum! Fantastic, really appreciate for your comment on Rule syntax. This is working well now. I have one more doubt about [f] word written in that code: IF ("Column A"%7) != 0 [f] THEN 'INVALID' , how do you decide when to use it or not. In some syntax we don't see it. Like when we == comparison I guess we don't need but some other operators we need it. In that case how one should decide and what's the goal of that [f]. Thanks! Have a great day:)
  8. I am looking for syntax which tell me if remainder of attribute after dividing the attribute with certain number is zero then valid how to write for remainder function in rulex formula file e.g IF "Column A" > 0 [f] then "VALID" Like that I want if column A's remainder after dividing by 7 is zero then Valid
×
×
  • Create New...