Forum Discussion

afrutos's avatar
afrutos
Resolver I
4 years ago
Solved

If not working

Hello everyone,  I have this table, with my measures and everything is working fine except the if function, I would like to have: if my column "ComprobacioD" is 0 then is completed otherwise is In...
  • AllisonKennedy's avatar
    4 years ago

    afrutos  What's the measure for comprobacioD? Is it possible that it's not exactly 0? Try changing your if to 

     

    <0.00000001 and see if that helps, then continue troubleshooting from there.