Forum Discussion

soderqvistn's avatar
soderqvistn
Helper I
1 year ago
Solved

Conditional format fields as blank based on another field

Hi,   Is it possible for me to blank the other fields based on the field that's in the square? so basically when Tillhörighet = Oanmälda then Kvalificering = Blank() and so on  
  • andrewsommer's avatar
    1 year ago

    The best way to tackle this would depend on how your model is set up.  If everything is coming from a single table then a simple calculated column with the IF statement will work and then you would replace your Kvalificering field with the new calculated column in your visual

     

    Please mark this post as solution if it helps you. Appreciate Kudos.