Pages:
Actions
  • #1 by redarme on 07 Dec 2013
  • hi all

    Regarding football matches, would anyone know how i can get the expression below to return just 1.5, 2.5, 3.5 etc

    For example when the current score is 1-0, the trigger log returns 3.50000000 which then stops my trigger firing in the under/over 3.5 goals market, which i presume is because of the 8 extra zero's not appearing in the selections name.

    In short how do i remove the zero's

    Trigger Expression:
    selections name contains: ((market_score1+1.5) + market_score2)


    Trigger Log:
    Selection: Under 3.5 Goals, initial expr.: ((market_score1+2.5) + market_score2), intermediate: ((1+2.5)+0), final: 3.50000000.

    thanks
  • #2 by MarkV on 07 Dec 2013
  • Hi
    Please see the attached trigger file as an example. I tested it and it picks out the markets and selections correctly.
  • #3 by redarme on 07 Dec 2013
  • perfect !!

    thanks very much Mark...
Pages:
Actions