Pages:
Actions
  • #1 by billythebusker on 18 Jun 2015
  • Maybe I'm being a bit dim but I haven't used MFP since v6 and I'm struggling with this....
    I'm trying to make a simple trigger which will place a bet according to bank / test bank size.... e.g if bank is between £100 and £90 bet £2, between £89.99 and £80 bet £3 etc
    I'm assuming I need to do this in 'conditions' but I can't seem to see where it goes.
    Can anyone out there talk me through this ??
    Many thanks
  • #2 by tupp on 18 Jun 2015
  • There are different way of solving this - one way is to place an IF-statement in the amount field.

    Example:

    IF(uk_balance<100,IF(uk_balance>90,2,IF(uk_balance>80,3,IF(uk_balane>70,4))),2)
  • #3 by taylorlake on 23 Jun 2015

  • This reading Ee Ah, it makes me smarter.
  • #4 by tupp on 23 Jun 2015
  • This reading Ee Ah, it makes me smarter.

    Good that you become smarter, keep on working!
Pages:
Actions