Forum Discussion

OsmanEmi's avatar
OsmanEmi
Frequent Visitor
5 years ago
Solved

Variable Usage - (VAR)

Hi, I'm trying to understand variable usage and tried creating the mesaure below however, when put into a table the result is true/false as opposed to value. Please can you explain where i'm go...
  • amitchandak's avatar
    5 years ago

    OsmanEmi , this can be like

     

    Scoring System =
    var CurrentScore = 0
    Return IF(Target[Target%] > 0.98,  CurrentScore + 0,  CurrentScore + 1)

     

    but are you expecting looping that will not happen