Forum Discussion
soderqvistn
Helper I
1 year agoConditional 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
- 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.
andrewsommer
Super User
1 year agoThe 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.