Recent content by progressing

  1. P

    If statement in query string?

    thanks, i didn't provide a very good explanation..
  2. P

    If statement in query string?

    got it working.. for anyone who's wondering it's that simple, i just had a typo..
  3. P

    If statement in query string?

    Is this possible? I can't seem to get it to work.. FOR EACH myTable WHERE (IF (mytable.Flag = TRUE) THEN myTable.attribute1 = "12" ELSE myTable.attribute2 = "10"). END.
Back
Top