Luis Diego Flores

  • Total activity 11
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 2

Activity overview

Latest activity by Luis Diego Flores
  • Luis Diego Flores commented,

    Hello Mike, no need to worry, I was just joking. I do apreciate your help on this. Thank you again. Here is how I solved it: @Title if (@CO2 Level < 2) { "NOT OK" } else { if (@Nivel de Ozono...

  • Luis Diego Flores commented,

    Dont think I need help with spelling since you and pretty much everyone understood my writing. But thanks for asking ;-) On the other hand Im not following what you mean, I am trying to reference ...

  • Luis Diego Flores commented,

    I think I am close, however I need to be able to use the calculation and the result needs to be "string" and not numeric, I read multiple articles and it says that output can be Date, Numeric or te...

  • Luis Diego Flores commented,

    I did all I was told and still not working. if (num < 2) || (num >= 5) { "NOT OK"; } else { "OK"; }

  • Luis Diego Flores commented,

    Hello Stefan, Thank you for your prompt reply. missing somethign here, so basically the calculation will return a value but it will not trigger any change to values on the category field (OK & NO...

  • Luis Diego Flores created a post,

    Need help with sintax

    I have three fields on my app. CATEGORY with 2 options "OK" & "NOT OK". the next field is NUMBER which is a filed where I will enter a number between 1 and 5 (1,2, 2,3 any number in this range), a ...

  • Luis Diego Flores commented,

    Not sure I follow. I need to do something like "overall count — completed tasks". I have a category field with inline values <Not started, in progress, completed>, or could it be something like "R...

  • Luis Diego Flores created a post,

    Calculation problem

    I have a HelpDesk app, I configured multiple categories (Status= To Do, In progress, On Hold, Open, Completed, etc), and I want to caculate the (Completed - all the rest) so I can know how many tic...